mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
vim-patch:8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
Problem: FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always
enabled and only adds 7% to the binary size of the tiny build.
Solution: Graduate FEAT_WINDOWS.
4033c55eca
This commit is contained in:
@@ -4862,8 +4862,7 @@ void ex_help(exarg_T *eap)
|
||||
* Re-use an existing help window or open a new one.
|
||||
* Always open a new one for ":tab help".
|
||||
*/
|
||||
if (!bt_help(curwin->w_buffer)
|
||||
|| cmdmod.cmod_tab != 0) {
|
||||
if (!bt_help(curwin->w_buffer) || cmdmod.cmod_tab != 0) {
|
||||
if (cmdmod.cmod_tab != 0) {
|
||||
wp = NULL;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user