diff options
author | Nathan Grigg | 2014-10-30 18:43:34 -0700 |
---|---|---|
committer | Nathan Grigg | 2014-10-30 18:43:34 -0700 |
commit | 5dc877c7a0d229720c5c6225349a9afd25d227b8 (patch) | |
tree | b0ccae0f9e2f8a55c96b4350124f23c8a53e0196 /ftplugin | |
parent | 6ce1f4dbb7c0fba35cea75b2e40a78e36c695ee3 (diff) | |
download | vim-beancount-5dc877c7a0d229720c5c6225349a9afd25d227b8.tar.gz |
Set comment string
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/beancount.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/beancount.vim b/ftplugin/beancount.vim index f073545..eca6dd2 100644 --- a/ftplugin/beancount.vim +++ b/ftplugin/beancount.vim @@ -26,3 +26,5 @@ function! s:InsertIncoming() endfunction command! -buffer Incoming call <SID>InsertIncoming() + +setl commentstring=;%s |