dotfiles

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

vimwiki.vim (401B)


      1 setlocal wrap shiftwidth=4 tabstop=4 softtabstop=4 breakindent breakindentopt=shift:3
      2 
      3 nmap <buffer> <leader><CR> <Plug>VimwikiSplitLink
      4 
      5 let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')
      6 let b:undo_ftplugin .= 'setlocal wrap< shiftwidth< tabstop< softtabstop< breakindent< breakindentopt<'
      7 let b:undo_ftplugin .= '| cabc <buffer>'
      8 let b:undo_ftplugin .= '| nmapc <buffer>'