From 74be6aaca584457c4a487395d8a9849e6becff77 Mon Sep 17 00:00:00 2001 From: Johann Klähn Date: Wed, 7 Jan 2015 17:35:46 +0100 Subject: add vim-ledger style completion as an option --- ftplugin/beancount.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ftplugin') diff --git a/ftplugin/beancount.vim b/ftplugin/beancount.vim index 2d603f9..bcdc8c4 100644 --- a/ftplugin/beancount.vim +++ b/ftplugin/beancount.vim @@ -18,6 +18,12 @@ endif if !exists("g:beancount_decimal_separator") let g:beancount_decimal_separator = "." endif +if !exists('g:beancount_account_completion') + let g:beancount_account_completion = 'default' +endif +if !exists('g:beancount_detailed_first') + let g:beancount_detailed_first = 0 +endif command! -buffer -range AlignCommodity \ :call beancount#align_commodity(, ) -- cgit v1.2.3-2-gb3c3