commit | 452030e530aad9b08fcfa71737d098b33c752b85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 25 22:57:27 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 25 22:57:27 2017 +0200 |
tree | 63a47bee7eed8fab344be5e2d3407b924a856035 | |
parent | 0c6a32963d1c0b5401ffd7f25e6fc7bf86895744 [diff] [blame] |
patch 8.0.1146: redraw when highlight is set with same names Problem: Redraw when highlight is set with same names. (Ozaki Kiichi) Solution: Only free and save a name when it changed. (closes #2120)
diff --git a/src/version.c b/src/version.c index d6fab52..18e4a86 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1146, +/**/ 1145, /**/ 1144,