commit | 06f1ed2f78c5c03af95054fc3a8665df39dec362 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 18 22:41:03 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 18 22:41:03 2017 +0200 |
tree | 413bd7310eafa3df68daf706d304ce4ae452b311 | |
parent | 0946326580e6f034fe2c88d041407ea0fde980ab [diff] [blame] |
patch 8.0.0647: syntax highlighting can make cause a freeze Problem: Syntax highlighting can make cause a freeze. Solution: Apply 'redrawtime' to syntax highlighting, per window.
diff --git a/src/version.c b/src/version.c index 4683ba4..59f0d09 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 647, +/**/ 646, /**/ 645,