Skip to content

Commit 97fa935

Browse files
committed
Merge pull request #24 from lifepillar/fillchars
Do not alter global options (fillchars).
2 parents 4159cad + 7ad60a2 commit 97fa935

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ftplugin/ledger.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ let b:undo_ftplugin = "setlocal ".
1313
\ "foldmethod< foldtext< ".
1414
\ "include< comments< commentstring< omnifunc< formatprg<"
1515

16-
" don't fill fold lines --> cleaner look
17-
setl fillchars="fold: "
1816
setl foldtext=LedgerFoldText()
1917
setl foldmethod=syntax
2018
setl include=^!include

0 commit comments

Comments
 (0)