comparison src/gui.c @ 13176:bd1253c60938 v8.0.1462

patch 8.0.1462: missing yet another file in patch commit https://github.com/vim/vim/commit/f4aba797cb57d6d5b3b491bd5ae2c0b40e07baaf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 3 19:17:36 2018 +0100 patch 8.0.1462: missing yet another file in patch Problem: Missing yet another file in patch. Solution: Add changes to missing file.
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Feb 2018 19:30:06 +0100
parents f4c3a7f410f4
children 3efdd2ae3717
comparison
equal deleted inserted replaced
13175:846a2791f798 13176:bd1253c60938
5526 if (mch_isdir(p)) 5526 if (mch_isdir(p))
5527 { 5527 {
5528 if (mch_chdir((char *)p) == 0) 5528 if (mch_chdir((char *)p) == 0)
5529 shorten_fnames(TRUE); 5529 shorten_fnames(TRUE);
5530 } 5530 }
5531 else if (vim_chdirfile(p) == OK) 5531 else if (vim_chdirfile(p, "drop") == OK)
5532 shorten_fnames(TRUE); 5532 shorten_fnames(TRUE);
5533 vim_free(p); 5533 vim_free(p);
5534 } 5534 }
5535 5535
5536 /* Update the screen display */ 5536 /* Update the screen display */