dotfiles

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

my_abbreviations.vim (128B)


      1 if exists("g:loaded_my_abbreviations") || &cp
      2   finish
      3 endif
      4 
      5 let g:loaded_my_abbreviations = 1
      6 iabbrev eg e.g.
      7 iabbrev ie i.e.