Skip to content

Commit f98f324

Browse files
authored
Fix overriding of global fillchars (#345)
1 parent 705b7fd commit f98f324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/org.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function OrgmodeFormatExpr()
2222
return luaeval('require("orgmode.org.format")()')
2323
endfunction
2424

25-
setlocal fillchars=fold:\
25+
setlocal fillchars+=fold:\
2626
setlocal foldmethod=expr
2727
setlocal foldexpr=OrgmodeFoldExpr()
2828
setlocal foldtext=OrgmodeFoldText()

0 commit comments

Comments
 (0)