* Tony Mechelynck <[email protected]> [110604 16:09]:
> >vim opens a new file
> >/home/tim/prj/cgi/baker/xmlimport/controllers/<Tab>
> >grrr!
> >So how do I escape the Tab?
> >I've tried
> 
> IIRC, the relevant setting is 'wildcharm' (q.v.).
 Thank you for the reply Tony. 
 I did the following:
 set wildcharm=<Tab>
 " in the same file as the code I have included.
 " sourced the file again, but I still have the
 " problem. 
 My brain has still not grokked this problem. I've even tried (from
 the example in the helpfile):
 set wildcharm=<C-Z>
 " with code changes to 
 execute 'e ' a:dir . '/\<C-Z>'
 " or 
 execute 'e ' a:dir . '/<C-Z>'
 and <blush> I get a file name <C-Z>.
 Not what I want - obviously.
 thanks again
-- 
Tim 
tim at johnsons-web dot com or akwebsoft dot com
http://www.akwebsoft.com

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to