diff options
| author | ryanss | 2015-02-07 17:49:38 -0500 |
|---|---|---|
| committer | ryanss | 2015-02-07 17:49:38 -0500 |
| commit | 894ae5f73409529b0e2ea2f3234e8f07aadbd0b4 (patch) | |
| tree | 0d29f72c65b82ae4970a4671f6309006b16aa961 | |
| parent | ea3fe88e3db36aacff9fc1c2a0a8b6b08a8bb840 (diff) | |
| download | vim-hn-894ae5f73409529b0e2ea2f3234e8f07aadbd0b4.tar.gz | |
Release version 0.1
| -rw-r--r-- | doc/hackernews.txt | 1 | ||||
| -rw-r--r-- | ftplugin/hackernews.vim | 1 | ||||
| -rw-r--r-- | plugin/hackernews.py | 1 | ||||
| -rw-r--r-- | plugin/hackernews.vim | 1 | ||||
| -rw-r--r-- | syntax/hackernews.vim | 1 |
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") |
