mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
updated for version 7.2-233
This commit is contained in:
@@ -653,6 +653,12 @@ mch_chdir(char *path)
|
||||
if (path[0] == NUL) /* just checking... */
|
||||
return -1;
|
||||
|
||||
if (p_verbose >= 5)
|
||||
{
|
||||
verbose_enter();
|
||||
smsg((char_u *)"chdir(%s)", path);
|
||||
verbose_leave();
|
||||
}
|
||||
if (isalpha(path[0]) && path[1] == ':') /* has a drive name */
|
||||
{
|
||||
/* If we can change to the drive, skip that part of the path. If we
|
||||
|
Reference in New Issue
Block a user