diff options
author | Nathan Grigg | 2014-11-21 17:01:12 -0800 |
---|---|---|
committer | Nathan Grigg | 2014-11-21 17:01:12 -0800 |
commit | f795769af03223e5e929c99c8b68d4ee075dad5a (patch) | |
tree | 90911a28f8876ae8dea296524d5ca3ccaf416de3 /ftplugin | |
parent | 811be4ffbfbb7f0a11b71455b3ad52bd6e32bd7d (diff) | |
download | vim-beancount-f795769af03223e5e929c99c8b68d4ee075dad5a.tar.gz |
Add omnicomplete function for account names
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/beancount.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/beancount.vim b/ftplugin/beancount.vim index 4cf4bf8..277285e 100644 --- a/ftplugin/beancount.vim +++ b/ftplugin/beancount.vim @@ -37,3 +37,6 @@ function! s:InsertIncoming() endfunction command! -buffer Incoming call <SID>InsertIncoming() + + +setl omnifunc=beancount#complete_account |