diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/beancount.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/beancount.vim b/ftplugin/beancount.vim index 159ad0f..20c2058 100644 --- a/ftplugin/beancount.vim +++ b/ftplugin/beancount.vim @@ -7,7 +7,7 @@ endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setlocal foldmethod< comments< commentstring<" -setl foldmethod=marker +setl foldmethod=syntax setl comments=b:; setl commentstring=;%s |