You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8.1.0444: Unnecessary check for NULL pointer. Remove check and call
vim_free() directly.
8.1.0445: Setting 'term' does not store location for termcap options.
Set the script context for termcap options that are changed when
'term' is set.
8.1.0446: Options test fails in the GUI. Don't try changing 'term' in
the GUI.
8.1.0447: GUI scrollbar test fails with Athena and Motif. When not
using on-the-fly scrolling call normal_cmd().
8.1.0448: Cursorline not removed when using 'cursorbind'. (Justin
Keyes) Store the last cursor line per window. (closes #3488)
8.1.0449: When 'rnu' is set folded lines are not displayed correctly.
(Vitaly Yashin) When only redrawing line numbers do draw folded lines.
(closes #3484)
8.1.0450: Build failure without the +fold feature. Add #ifdef.