From 7e143898c29b9c66fb5e1b12c2e4fe17cc782366 Mon Sep 17 00:00:00 2001 From: Nathan Grigg Date: Wed, 15 Apr 2015 09:53:02 -0700 Subject: Add a beancount compiler that calls bean-check. - Set the make program to bean-check. - Set the errorformat to parse the output of bean-check. --- ftplugin/beancount.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftplugin') 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 -- cgit v1.2.3-2-gb3c3