mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
Macro cleanup: FEAT_SHORTCUT, replace with WIN32
This commit is contained in:

committed by
Justin M. Keyes

parent
b69f1b85f5
commit
3b06ce200b
@@ -3576,7 +3576,7 @@ void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname)
|
||||
*sfname = *ffname;
|
||||
*ffname = (char_u *)fix_fname((char *)*ffname); /* expand to full path */
|
||||
|
||||
#ifdef FEAT_SHORTCUT
|
||||
#ifdef WIN32
|
||||
if (!buf->b_p_bin) {
|
||||
char_u *rfname;
|
||||
|
||||
|
Reference in New Issue
Block a user