few fixes for the commenting and line wrapping behaviour
This commit is contained in:
parent
32b82b89cf
commit
44750377f7
2 changed files with 15 additions and 0 deletions
|
|
@ -7,3 +7,10 @@ let b:did_ftplugin = 1
|
|||
let s:cpo_save = &cpo
|
||||
set cpo&vim
|
||||
|
||||
setlocal formatoptions-=t formatoptions+=croql
|
||||
setlocal comments=:#
|
||||
setlocal commentstring=#\ %s
|
||||
|
||||
let &cpo = s:cpo_save
|
||||
unlet s:cpo_save
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue