Friday, January 4, 2013

problem with '**' and "!" in path when Ctrl_W_Ctrl_F is pressed?

Hi,

I have the following files.

/tmp/**$ cat.sh ../\!/main.txt main.txt
==> ../!/main.txt <==
in a

==> main.txt <==
main.txt

When I open main.txt, then press Ctrl_W_Ctrl_F on "main.txt", I gets
to /tmp/!/main.txt but not /tmp/**/main.txt. Is it a bug in vim? If
so, does anybody know how to fix it? Thanks!

/tmp/**$ vim main.txt

Regards,
Peng

--
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

No comments: