>         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

Reply via email to