dotfiles/vim/bundle/webapi-vim/example/rss.vim

5 lines
125 B
VimL
Raw Normal View History

2013-07-07 21:25:47 +00:00
for item in webapi#feed#parseURL('http://rss.slashdot.org/Slashdot/slashdot')
echo item.link
echo " " item.title
endfor