aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/password.vim
blob: a09bac479bc3f394e6d68baeb006e97354ba62d1 (plain) (blame)
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 for password files
setlocal formatoptions=
let b:undo_ftplugin = 'setlocal formatoptions<'