mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/nginx.vim/ftplugin/nginx.vim

6 lines
141 B
VimL
Raw Normal View History

2021-10-11 05:30:43 -04:00
setlocal comments=:#
2017-11-24 08:59:41 -05:00
setlocal commentstring=#\ %s
2021-10-11 05:30:43 -04:00
setlocal formatoptions+=croql formatoptions-=t
let b:undo_ftplugin = "setl fo< cms< com<"