diff options
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/hackernews.vim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ftplugin/hackernews.vim b/ftplugin/hackernews.vim index dbf5f4b..17c7c59 100644 --- a/ftplugin/hackernews.vim +++ b/ftplugin/hackernews.vim @@ -18,15 +18,6 @@ else endif -if !exists("g:hackernews_marks") - let g:hackernews_stories = 'news' -endif - -if !exists("g:hackernews_marks") - let g:hackernews_marks = {} -endif - - " Import Python code execute "Python import sys" execute "Python sys.path.append(r'" . expand("<sfile>:p:h") . "')" |
