mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Macro cleanup: FEAT_SHORTCUT, replace with WIN32
This commit is contained in:
parent
b69f1b85f5
commit
3b06ce200b
@ -3576,7 +3576,7 @@ void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname)
|
|||||||
*sfname = *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 FEAT_SHORTCUT
|
#ifdef WIN32
|
||||||
if (!buf->b_p_bin) {
|
if (!buf->b_p_bin) {
|
||||||
char_u *rfname;
|
char_u *rfname;
|
||||||
|
|
||||||
|
@ -12427,7 +12427,7 @@ static void f_resolve(typval_T *argvars, typval_T *rettv)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
p = get_tv_string(&argvars[0]);
|
p = get_tv_string(&argvars[0]);
|
||||||
#ifdef FEAT_SHORTCUT
|
#ifdef WIN32
|
||||||
{
|
{
|
||||||
char_u *v = NULL;
|
char_u *v = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user