mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.0448: some macros are in lower case
Problem: Some macros are in lower case, which can be confusing. Solution: Make a few lower case macros upper case.
This commit is contained in:
@@ -1144,7 +1144,7 @@ main_loop(
|
||||
# endif
|
||||
)
|
||||
# ifdef FEAT_AUTOCMD
|
||||
&& !equalpos(last_cursormoved, curwin->w_cursor)
|
||||
&& !EQUAL_POS(last_cursormoved, curwin->w_cursor)
|
||||
# endif
|
||||
)
|
||||
{
|
||||
@@ -3557,8 +3557,11 @@ set_progpath(char_u *argv0)
|
||||
&& vim_FullName(argv0, buf, MAXPATHL, TRUE) != FAIL)
|
||||
val = buf;
|
||||
}
|
||||
# endif
|
||||
# endif
|
||||
|
||||
set_vim_var_string(VV_PROGPATH, val, -1);
|
||||
|
||||
# ifdef WIN32
|
||||
vim_free(path);
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user