mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
Merge #10049 'vim-patch:8.1.0293'
This commit is contained in:
@@ -4488,7 +4488,7 @@ void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname)
|
||||
if (*sfname == NULL) { // if no short file name given, use ffname
|
||||
*sfname = *ffname;
|
||||
}
|
||||
*ffname = (char_u *)fix_fname((char *)*ffname); // expand to full path
|
||||
*ffname = (char_u *)fix_fname((char *)(*ffname)); // expand to full path
|
||||
|
||||
#ifdef WIN32
|
||||
if (!buf->b_p_bin) {
|
||||
|
Reference in New Issue
Block a user