Yasuhiro Matsumoto wrote:
> Try following.
>
> $ ls -1F
> foo
> bar/
>
> $ vim --noplugin -i NONE
> :cnoremap <C-p> <Up>
> :e <Tab>
> :e foo/
> :e foo/<S-Tab>
> :e
> :e <C-p>
> :e ../^I
>
> This cause that different behavior between <up> and <down> in filename
> completion in command line.
> Please check and include.
I don't quite understand the problem. <Up> is supposed to go one
directory up. Is the problem that you get the ^I?
--
hundred-and-one symptoms of being an internet addict:
107. When using your phone you forget that you don't have to use your
keyboard.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
You received this message from the "vim_dev" 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