From 894ae5f73409529b0e2ea2f3234e8f07aadbd0b4 Mon Sep 17 00:00:00 2001 From: ryanss Date: Sat, 7 Feb 2015 17:49:38 -0500 Subject: Release version 0.1 --- doc/hackernews.txt | 1 + ftplugin/hackernews.vim | 1 + plugin/hackernews.py | 1 + plugin/hackernews.vim | 1 + syntax/hackernews.vim | 1 + 5 files changed, 5 insertions(+) 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 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 " Website: https://github.com/ryanss/vim-hackernews " License: MIT (see LICENSE file) +" Version: 0.1 noremap o :python hacker_news_link() 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 # 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 " 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 " Website: https://github.com/ryanss/vim-hackernews " License: MIT (see LICENSE file) +" Version: 0.1 if exists("b:current_syntax") -- cgit v1.2.3