diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/hackernews.py | 1 | ||||
| -rw-r--r-- | plugin/hackernews.vim | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugin/hackernews.py b/plugin/hackernews.py index 29a1b84..e26091a 100644 --- a/plugin/hackernews.py +++ b/plugin/hackernews.py @@ -7,6 +7,7 @@ # Author: ryanss <ryanssdev@icloud.com> # Website: https://github.com/ryanss/vim-hackernews # License: MIT (see LICENSE file) +# Version: 0.1 import HTMLParser diff --git a/plugin/hackernews.vim b/plugin/hackernews.vim index d93195a..67fea65 100644 --- a/plugin/hackernews.vim +++ b/plugin/hackernews.vim @@ -5,6 +5,7 @@ " Author: ryanss <ryanssdev@icloud.com> " Website: https://github.com/ryanss/vim-hackernews " License: MIT (see LICENSE file) +" Version: 0.1 if !has('python') |
