dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

lorem_ipsum.vim (156B)


      1 function! lorem_ipsum#GetParagraphs(num)
      2   execute "read !curl -sL http://metaphorpsum.com/paragraphs/".a:num
      3   execute "normal }gw".a:num."{0"
      4 endfunction