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

5 lines
125 B
VimL

for item in webapi#feed#parseURL('http://rss.slashdot.org/Slashdot/slashdot')
echo item.link
echo " " item.title
endfor