blob: 350bc976b45cae80c890949d258e7c142dab0b00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
" Only do this when not yet done for this buffer
if exists('b:did_ftplugin')
finish
endif
" Set comment formats
setlocal comments=:#
setlocal formatoptions+=or
let b:undo_ftplugin = 'setlocal comments< formatoptions<'
|