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 (149B)


      1 if exists("g:loaded_lorem_ipsum") || &cp
      2   finish
      3 endif
      4 
      5 let g:loaded_lorem_ipsum = 1
      6 command! -nargs=1 Lorem call lorem_ipsum#GetParagraphs(<args>)