Simplify + inline/align comment

This commit is contained in:
Rob Pilling 2019-11-05 18:56:54 +00:00
parent 0cee300194
commit 4f124702c0
1 changed files with 1 additions and 3 deletions

View File

@ -5535,9 +5535,7 @@ static buf_T *show_sub(exarg_T *eap, pos_T old_cusr,
// We keep a special-purpose buffer around, but don't assume it exists.
buf_T *preview_buf = bufnr ? buflist_findnr(bufnr) : 0;
// disable :leftabove/botright modifiers
// (especially ones that conflict with our win_split() call below)
cmdmod.split = 0;
cmdmod.split = 0; // disable :leftabove/botright modifiers
cmdmod.tab = 0; // disable :tab modifier
cmdmod.noswapfile = true; // disable swap for preview buffer
// disable file info message