diff options
Diffstat (limited to 'src/help.c')
-rw-r--r-- | src/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c index 9dbd2561f..4d1efe8fe 100644 --- a/src/help.c +++ b/src/help.c @@ -150,7 +150,7 @@ ex_help(exarg_T *eap) n = WSP_HELP; if (cmdmod.cmod_split == 0 && curwin->w_width != Columns && curwin->w_width < 80) - n |= WSP_TOP; + n |= p_sb ? WSP_BOT : WSP_TOP; if (win_split(0, n) == FAIL) goto erret; |