diff options
author | Nathan Grigg | 2015-02-10 19:10:11 -0800 |
---|---|---|
committer | Nathan Grigg | 2015-02-10 19:10:11 -0800 |
commit | 0367fefa737080d49eebbb20390d3b5c100941b1 (patch) | |
tree | e1bd10d119c0740524d4f66ca0d176d15fb6832a /ftplugin | |
parent | 61822995510b7f83dca91bc28e2ac05c8f07a333 (diff) | |
parent | 19556964ff69e448e621c9f33bf32b72fc9fbdd0 (diff) | |
download | vim-beancount-0367fefa737080d49eebbb20390d3b5c100941b1.tar.gz |
Merge branch 'elasticdog-syntax-folding'
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 |