Friday, February 19, 2010

Re: custom complete function is not found

>         let tags = input('Select tag(s)', '','custom,NM_list_all_tags()')

There actually is no function of the name "NM_list_all_tags()". It
should work with the parentheses removed:

let tags = input('Select tag(s)', '','custom,NM_list_all_tags')

HTH

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: