dotfiles

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

tagbar.vim (147B)


      1 setlocal nocursorline
      2 let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
      3 let b:undo_ftplugin .= 'setlocal nocursorline<'