Files
neovim/test/functional
Björn Linse 9a584773b5 screen.c: add update_window_hl to special redrawing entrypoints
The following (run as a script) used to cause a crash due to :sign using a
special redraw (not updating nvim's specific highlight data structures)
without proper redraw first, as split just flags for redraw later.

set cursorline
sign define piet text=>> texthl=Search
split
sign place 3 line=2 name=piet buffer=1
2018-07-27 17:11:01 +02:00
..
2018-06-22 08:18:02 +02:00
2018-05-09 23:18:38 +02:00
2018-03-14 10:39:14 +00:00
2018-06-04 19:42:28 -04:00
2018-04-02 11:14:11 +03:00
2018-06-04 02:09:28 +02:00
2016-06-10 21:50:49 +03:00