diff options
| author | ryanss | 2015-03-15 16:21:14 -0400 |
|---|---|---|
| committer | ryanss | 2015-03-15 16:21:14 -0400 |
| commit | cc91b9b380d7992ac2fa01e49a63bfffc2c2fd64 (patch) | |
| tree | fa0fa6ef954d9aff9d0c295951c601277cf516df | |
| parent | 8fc26f851f08a9b59464e2ac8268e520b1c12565 (diff) | |
| parent | 3634eff4d24745ba722b415b6c28e33a333f8eea (diff) | |
| download | vim-hn-cc91b9b380d7992ac2fa01e49a63bfffc2c2fd64.tar.gz | |
Merge pull request #31 from joshhartigan/patch-1
Add override to HackerNews() function definition
| -rw-r--r-- | plugin/hackernews.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/hackernews.vim b/plugin/hackernews.vim index bd4e985..bc786b4 100644 --- a/plugin/hackernews.vim +++ b/plugin/hackernews.vim @@ -14,7 +14,7 @@ filetype plugin on " Load ftplugin when opening .hackernews buffer au! BufRead,BufNewFile *.hackernews set filetype=hackernews -function HackerNews(...) +function! HackerNews(...) if a:0 > 0 let available_lists = ['news', 'newest', 'ask', 'show', 'shownew', \'jobs', 'best', 'active', 'noobstories'] |
