diff options
author | Jason Chu | 2016-09-05 09:43:56 -0700 |
---|---|---|
committer | Nathan Grigg | 2016-09-05 09:43:56 -0700 |
commit | e831cf0390c296159378d1d10ecd770dedb86ebd (patch) | |
tree | 18dcfa11c8f4ea3f4cf95289df174e1a83531629 /ftplugin | |
parent | 7a955504671e72c8086fb8b592f7de6ba6083f9f (diff) | |
download | vim-beancount-e831cf0390c296159378d1d10ecd770dedb86ebd.tar.gz |
Improved autocomplete
Merge pull #22
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 dc35999..c99e2de 100644 --- a/ftplugin/beancount.vim +++ b/ftplugin/beancount.vim @@ -32,4 +32,4 @@ command! -buffer -range GetContext \ :call beancount#get_context() " Omnifunc for account completion. -setl omnifunc=beancount#complete_account +setl omnifunc=beancount#complete |