forked from aniani/vim
patch 8.2.4289: warnings reported by MSVC
Problem: Warnings reported by MSVC. Solution: Rename variables and other fixes. (Ken Takata, closes #9689)
This commit is contained in:
@@ -677,7 +677,7 @@ add_menu_path(
|
||||
}
|
||||
}
|
||||
|
||||
# if defined(FEAT_GUI_MSWIN) & defined(FEAT_TEAROFF)
|
||||
# if defined(FEAT_GUI_MSWIN) && defined(FEAT_TEAROFF)
|
||||
// When adding a new submenu, may add a tearoff item
|
||||
if ( addtearoff
|
||||
&& *next_name
|
||||
|
Reference in New Issue
Block a user