Can anyone else reproduce this in the latest vim hg?: # In toplevel directory of vim source code: $ mkdir src/a $ cp src/misc1.c src/a
# This works fine: $ vim -c 'set path=./**' -c 'find misc1.c' -c 'find misc2.c' -c 'find misc1.c' # This doesn't work: $ vim -c 'set path=./**' -c 'find misc1.c' -c 'find misc2.c' -c 'find misc1.c' -c 'find misc2.c' 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
