diff options
| author | ryanss | 2015-04-26 08:31:24 -0400 |
|---|---|---|
| committer | ryanss | 2015-04-26 08:31:24 -0400 |
| commit | 918919ff8b08f4e32942c451aa83c9c71bedfff9 (patch) | |
| tree | 5b59193d166e67b7220a20d73b4109507e91af20 /ftplugin | |
| parent | 628d7c2e498043954a08849fafb1d34b7e215aab (diff) | |
| download | vim-hn-918919ff8b08f4e32942c451aa83c9c71bedfff9.tar.gz | |
Release version 0.2
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/hackernews.py | 2 | ||||
| -rw-r--r-- | ftplugin/hackernews.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftplugin/hackernews.py b/ftplugin/hackernews.py index 7e2057e..de085e5 100644 --- a/ftplugin/hackernews.py +++ b/ftplugin/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.1 +# Version: 0.2 (April 26, 2015) from __future__ import print_function diff --git a/ftplugin/hackernews.vim b/ftplugin/hackernews.vim index 17c7c59..9f190b4 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.1 +" Version: 0.2 (April 26, 2015) if has('python') |
