commit | 5081d202475328a920c0bdcab990e8da84128c13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 18:36:26 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 18:36:26 2015 +0200 |
tree | 7039a063492be66db392542dc459a19fa02d98fa | |
parent | 9514b1f9a12f6d032f7d749dfb0e947332d1c5e1 [diff] [blame] |
patch 7.4.760 Problem: Spelling mistakes are not displayed after ":syn spell". Solution: Force a redraw after ":syn spell" command. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 3958332..92cb4a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 760, +/**/ 759, /**/ 758,