I usually call gvim of windows to open files under cygwin:
$gvim ./lib/file 

or this:
$cd lib
$gvim file

they are different, "gvim ./lib/file"  will open the file "./lib/lib/file ", 
the path is wrong,
but if i change directory to lib, it will work well.

If i remove "set autochdir", both of them work.

Is there any way to solve this? 
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to