aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/beancount.vim
diff options
context:
space:
mode:
authorNathan Grigg2015-02-10 19:10:11 -0800
committerNathan Grigg2015-02-10 19:10:11 -0800
commit0367fefa737080d49eebbb20390d3b5c100941b1 (patch)
treee1bd10d119c0740524d4f66ca0d176d15fb6832a /ftplugin/beancount.vim
parent61822995510b7f83dca91bc28e2ac05c8f07a333 (diff)
parent19556964ff69e448e621c9f33bf32b72fc9fbdd0 (diff)
downloadvim-beancount-0367fefa737080d49eebbb20390d3b5c100941b1.tar.gz
Merge branch 'elasticdog-syntax-folding'
Diffstat (limited to '')
-rw-r--r--ftplugin/beancount.vim2
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