Skip to content

8.1.0374

Compare
Choose a tag to compare
@micbou micbou released this 13 Sep 08:26
2de2a72
  • 8.1.0367: getchar(1) no longer processes pending messages. (Yasuhiro
    Matsumoto) Call parse_queued_messages().
  • 8.1.0368: GTK code has too many #ifdefs and building fails with GTK
    2.10. Always use gtk_widget_get_window() and define it for older GTK
    versions. (Ken Takata, closes #3421)
  • 8.1.0369: Continuation lines cannot contain comments. Support using "
    .
  • 8.1.0370: Not using internal diff if 'diffopt' is not changed. Correct
    initialization of diff_flags. (Christian Brabandt)
  • 8.1.0371: Argument types for select() may be wrong. Use a configure
    macro. (Tobias Ulmer)
  • 8.1.0372: Screen updating slow when 'cursorline' is set. Only redraw
    the old and new cursor line, not all lines.
  • 8.1.0373: Screen updating still slow when 'cursorline' is set. Fix
    setting last_cursorline.
  • 8.1.0374: Moving the cursor is slow when 'relativenumber' is set. Only
    redraw the number column, not all lines.