On Wed, Feb 8, 2012 at 11:50 AM, Nazri Ramliy <[email protected]> wrote: > On Wed, Feb 8, 2012 at 9:59 AM, Nazri Ramliy <[email protected]> wrote: >> I'd like to report that the behavior does not exist outside of $HOME: > > One more detail: > > The bug is triggered only when '**' is right under $HOME. > > It does not appear for this case: > > cd $HOME > $ mkdir -p 'a/**/xxx/yyy' > $ cd 'a/**' > $ vim -u NONE > :cd xxx <-- works fine
But strangely: $ cd $HOME $ mkdir -p 'tmp/**/xxx/yyy' $ cd 'tmp/**' $ vim -u NONE :cd xxx <-- gives error??? Nazri -- 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
