mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
Macro cleanup: FEAT_SHORTCUT, replace with WIN32
This commit is contained in:

committed by
Justin M. Keyes

parent
b69f1b85f5
commit
3b06ce200b
@@ -12427,7 +12427,7 @@ static void f_resolve(typval_T *argvars, typval_T *rettv)
|
||||
#endif
|
||||
|
||||
p = get_tv_string(&argvars[0]);
|
||||
#ifdef FEAT_SHORTCUT
|
||||
#ifdef WIN32
|
||||
{
|
||||
char_u *v = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user