vim. set commentstring
Fixes bug 528.
This commit is contained in:
parent
7cc550fc22
commit
dc0264aca1
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ let b:did_ftplugin = 1
|
|||
|
||||
let b:undo_ftplugin = "setlocal ".
|
||||
\ "foldmethod< foldtext< ".
|
||||
\ "include< comments< omnifunc< formatprg<"
|
||||
\ "include< comments< commentstring< omnifunc< formatprg<"
|
||||
|
||||
" don't fill fold lines --> cleaner look
|
||||
setl fillchars="fold: "
|
||||
|
|
@ -19,6 +19,7 @@ setl foldtext=LedgerFoldText()
|
|||
setl foldmethod=syntax
|
||||
setl include=^!include
|
||||
setl comments=b:;
|
||||
setl commentstring=;%s
|
||||
setl omnifunc=LedgerComplete
|
||||
|
||||
" set location of ledger binary for checking and auto-formatting
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue