summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/hackernews.txt1
-rw-r--r--ftplugin/hackernews.vim1
-rw-r--r--plugin/hackernews.py1
-rw-r--r--plugin/hackernews.vim1
-rw-r--r--syntax/hackernews.vim1
5 files changed, 5 insertions, 0 deletions
diff --git a/doc/hackernews.txt b/doc/hackernews.txt
index d0ed099..1265a7d 100644
--- a/doc/hackernews.txt
+++ b/doc/hackernews.txt
@@ -3,6 +3,7 @@
Author: ryanss <ryanssdev@icloud.com>
Website: https://github.com/ryanss/vim-hackernews
License: MIT (see LICENSE file)
+Version: 0.1
BASIC USAGE *hackernews-usage*
diff --git a/ftplugin/hackernews.vim b/ftplugin/hackernews.vim
index 50309c4..81b4f5b 100644
--- a/ftplugin/hackernews.vim
+++ b/ftplugin/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
noremap o :python hacker_news_link()<cr>
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')
diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim
index cdd191d..bedafb1 100644
--- a/syntax/hackernews.vim
+++ b/syntax/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 exists("b:current_syntax")