aboutsummaryrefslogblamecommitdiff
path: root/vim/after/ftplugin/sed.vim
blob: f4045d9366f8a6b01de9d6402ceb5bf22f0a8258 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                       

        




                                     

                                    
" Extra configuration for sed scripts
if &filetype != 'sed' || &compatible || v:version < 700
  finish
endif

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