mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.2253
Problem: Check for Windows 3.1 will always return false. (Christian Brabandt) Solution: Remove the dead code.
This commit is contained in:
@@ -1927,11 +1927,7 @@ write_viminfo(char_u *file, int forceit)
|
||||
#ifdef UNIX
|
||||
shortname,
|
||||
#else
|
||||
# ifdef FEAT_GUI_W32
|
||||
gui_is_win32s(),
|
||||
# else
|
||||
FALSE,
|
||||
# endif
|
||||
#endif
|
||||
fname,
|
||||
#ifdef VMS
|
||||
|
Reference in New Issue
Block a user