From 2aa9f5115cde5db8b98af45eb0fedfa4955ce6a0 Mon Sep 17 00:00:00 2001 From: Johann Klähn Date: Mon, 29 Jun 2009 16:37:05 +0200 Subject: vim. remove old completion by keyword --- contrib/vim/ftplugin/ledger.vim | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'contrib/vim/ftplugin') diff --git a/contrib/vim/ftplugin/ledger.vim b/contrib/vim/ftplugin/ledger.vim index 05a5d6d7..d75a6869 100644 --- a/contrib/vim/ftplugin/ledger.vim +++ b/contrib/vim/ftplugin/ledger.vim @@ -12,7 +12,7 @@ let b:did_ftplugin = 1 let b:undo_ftplugin = "setlocal ". \ "foldmethod< foldtext< ". - \ "include< comments< iskeyword< omnifunc< " + \ "include< comments< omnifunc< " " don't fill fold lines --> cleaner look setl fillchars="fold: " @@ -20,10 +20,6 @@ setl foldtext=LedgerFoldText() setl foldmethod=syntax setl include=^!include setl comments=b:; -" so you can use C-X C-N completion on accounts -" FIXME: Does not work with something like: -" Assets:Accountname with Spaces -setl iskeyword+=: setl omnifunc=LedgerComplete " You can set a maximal number of columns the fold text (excluding amount) -- cgit v1.2.3