aboutsummaryrefslogblamecommitdiff
path: root/vim/ftplugin/awk.vim
blob: 9627941df930cd7276b95b6c003d22c9522e5ae7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                
                      




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

" Set comment formats
setlocal comments=:#
setlocal formatoptions+=or
let b:undo_ftplugin = 'setlocal comments< formatoptions<'