On Sun, Nov 10, 2013 at 4:44 PM, Justin M. Keyes <[email protected]> wrote: > On Sun, Nov 10, 2013 at 3:47 PM, Suresh Govindachar >> But the issue of the buffer name missing the 'c:' is valid. > > Funny to see someone else using c:\opt on Windows (I do that too). > > Anyways, I believe omitting C:/ from absolute paths in Vim is a > feature (personally, I like it). If you open Windows Explorer, and > enter /foo/ in the address bar (ctrl-d) it will take you to C:/foo/. > This is a Windows feature, and I guess Vim is reflecting it (either > intentionally or by accident). You can also try 'cd /' in cmd.exe.
Also, I would guess that if %HOMEDRIVE% environment variable is D: instead of C:, then / will default to that. But I haven't tried it. Justin M. Keyes -- -- You received this message from the "vim_use" 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
