diff options
Diffstat (limited to 'ftplugin/beancount.vim')
-rw-r--r-- | ftplugin/beancount.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/beancount.vim b/ftplugin/beancount.vim index 20c2058..2d603f9 100644 --- a/ftplugin/beancount.vim +++ b/ftplugin/beancount.vim @@ -10,6 +10,7 @@ let b:undo_ftplugin = "setlocal foldmethod< comments< commentstring<" setl foldmethod=syntax setl comments=b:; setl commentstring=;%s +compiler beancount if !exists("g:beancount_separator_col") let g:beancount_separator_col = 50 |