commit | 63ecddab6d918214371ccaaeb10c118ae7c39d02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 22:29:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 22:29:35 2017 +0200 |
tree | 7c5f8f89a456a607c850e0f83db2d57135b1f0b6 | |
parent | d85f271bf8516dbd90be4d18f905f0abbfcd6db6 [diff] [blame] |
patch 8.0.0798: no highlighting in a terminal window with a finished job Problem: No highlighting in a terminal window with a finished job. Solution: Highlight the text.
diff --git a/src/undo.c b/src/undo.c index aeca25f..6ab8572 100644 --- a/src/undo.c +++ b/src/undo.c
@@ -419,6 +419,10 @@ } } #endif +#ifdef FEAT_TERMINAL + /* A change in a terminal buffer removes the highlighting. */ + term_change_in_curbuf(); +#endif #ifdef FEAT_AUTOCMD /*