diff options
Diffstat (limited to 'plugin/hackernews.vim')
| -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 5e0b603..d3a6dd7 100644 --- a/plugin/hackernews.vim +++ b/plugin/hackernews.vim @@ -22,7 +22,7 @@ syntax on " Import Python code execute "python import sys" execute "python sys.path.append(r'" . expand("<sfile>:p:h") . "')" -execute "python from hackernews import hacker_news, hacker_news_link" +execute "python from hackernews import hacker_news, hacker_news_link, recall_pos" command! HackerNews python hacker_news() |
