diff options
| author | ryanss | 2015-02-07 18:39:40 -0500 |
|---|---|---|
| committer | ryanss | 2015-02-07 18:39:40 -0500 |
| commit | ec096d03e55fcd1197205bd505c85ab8b09f0c6d (patch) | |
| tree | 281fe2ccf429dd1125a73b342a79135482d67276 | |
| parent | dd29d122d0ce5c8ec09244fe8938caee0805f44d (diff) | |
| download | vim-hn-ec096d03e55fcd1197205bd505c85ab8b09f0c6d.tar.gz | |
Release version 0.1.1
| -rw-r--r-- | doc/hackernews.txt | 2 | ||||
| -rw-r--r-- | ftplugin/hackernews.vim | 2 | ||||
| -rw-r--r-- | plugin/hackernews.py | 2 | ||||
| -rw-r--r-- | plugin/hackernews.vim | 2 | ||||
| -rw-r--r-- | syntax/hackernews.vim | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/hackernews.txt b/doc/hackernews.txt index 1265a7d..f993029 100644 --- a/doc/hackernews.txt +++ b/doc/hackernews.txt @@ -3,7 +3,7 @@ Author: ryanss <ryanssdev@icloud.com> Website: https://github.com/ryanss/vim-hackernews License: MIT (see LICENSE file) -Version: 0.1 +Version: 0.1.1 BASIC USAGE *hackernews-usage* diff --git a/ftplugin/hackernews.vim b/ftplugin/hackernews.vim index 81b4f5b..84623a7 100644 --- a/ftplugin/hackernews.vim +++ b/ftplugin/hackernews.vim @@ -5,7 +5,7 @@ " Author: ryanss <ryanssdev@icloud.com> " Website: https://github.com/ryanss/vim-hackernews " License: MIT (see LICENSE file) -" Version: 0.1 +" Version: 0.1.1 noremap o :python hacker_news_link()<cr> diff --git a/plugin/hackernews.py b/plugin/hackernews.py index cb7622f..c91dce1 100644 --- a/plugin/hackernews.py +++ b/plugin/hackernews.py @@ -7,7 +7,7 @@ # Author: ryanss <ryanssdev@icloud.com> # Website: https://github.com/ryanss/vim-hackernews # License: MIT (see LICENSE file) -# Version: 0.1 +# Version: 0.1.1 import HTMLParser diff --git a/plugin/hackernews.vim b/plugin/hackernews.vim index 67fea65..3d0d80b 100644 --- a/plugin/hackernews.vim +++ b/plugin/hackernews.vim @@ -5,7 +5,7 @@ " Author: ryanss <ryanssdev@icloud.com> " Website: https://github.com/ryanss/vim-hackernews " License: MIT (see LICENSE file) -" Version: 0.1 +" Version: 0.1.1 if !has('python') diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim index bedafb1..40240ab 100644 --- a/syntax/hackernews.vim +++ b/syntax/hackernews.vim @@ -5,7 +5,7 @@ " Author: ryanss <ryanssdev@icloud.com> " Website: https://github.com/ryanss/vim-hackernews " License: MIT (see LICENSE file) -" Version: 0.1 +" Version: 0.1.1 if exists("b:current_syntax") |
