commit | 070b33da93ad3a191664bb61f5ccc50781460c03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 21:53:39 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 21:53:39 2017 +0100 |
tree | 7d23a0b5d2cedcdb1a60317e4e72843e79878c55 | |
parent | c4a249a736d40ec54794827ef95804c225d0e38f [diff] [blame] |
patch 8.0.0274: possible recursive screen updating causes trouble Problem: When update_single_line() is called recursively, or another screen update happens while it is busy, errors may occur. Solution: Check and update updating_screen. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index a60de4c..5814b20 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 274, +/**/ 273, /**/ 272,