aboutsummaryrefslogblamecommitdiff
path: root/vim/ftplugin/password.vim
blob: 0465842399aaffd798e93457b12608cf6199f9a2 (plain) (tree)
1
2
3
4
5
6
7
8
                                                


                           
 
                   

                                               
" Only do this when not yet done for this buffer
if exists('b:did_ftplugin')
  finish
endif

" No autoformatting
setlocal formatoptions=
let b:undo_ftplugin = 'setlocal formatoptions<'