mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.0156: various typos in source files and tests
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
This commit is contained in:
@@ -3420,7 +3420,7 @@ gui_init_which_components(char_u *oldval UNUSED)
|
||||
if (oldval != NULL && gui.in_use)
|
||||
{
|
||||
/*
|
||||
* Check if the menu's go from grey to non-grey or vise versa.
|
||||
* Check if the menus go from grey to non-grey or vice versa.
|
||||
*/
|
||||
grey_old = (vim_strchr(oldval, GO_GREY) != NULL);
|
||||
grey_new = (vim_strchr(p_go, GO_GREY) != NULL);
|
||||
|
Reference in New Issue
Block a user