Problem: "#ifdef FEAT_GUI" exists within "ifdef FEAT_GUI_MSWIN", which is confusing when reading the code. FEAT_GUI is always defined if FEAT_GUI_MSWIN is defined (see vim.h). Therefore, this check and the else block are unnecessary.
Solution: Removed unnecessary "#ifdef FEAT_GUI".
https://github.com/vim/vim/pull/19164
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()