mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code
Problem: Unnessary VIM_ISDIGIT() calls, badly indented code. Solution: Call skipdigits() on the next character. Improve indenting. (Dominique Pellé, closes #8227)
This commit is contained in:
committed by
Bram Moolenaar
parent
796139ae3a
commit
4781d6fd86
@@ -9674,9 +9674,9 @@ f_synIDattr(typval_T *argvars UNUSED, typval_T *rettv)
|
||||
else
|
||||
#endif
|
||||
if (t_colors > 1)
|
||||
modec = 'c';
|
||||
else
|
||||
modec = 't';
|
||||
modec = 'c';
|
||||
else
|
||||
modec = 't';
|
||||
}
|
||||
|
||||
switch (TOLOWER_ASC(what[0]))
|
||||
|
Reference in New Issue
Block a user