On Wed, Jan 20, 2010 at 11:23 AM, Ben Fritz wrote: > > I have additionally found (at least on Windows) that the :cs add > command will NOT work with spaces in the path. Not sure why, but I've
The backend code for it uses strtok() to split its argument apart on spaces, rather than following vim's normal command quoting rules. No way around it other than to change the source code, as far as I can see. ~Matt
-- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
