commit | 76301956f0c079d893cfd927b11456328bed4f9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 22 13:53:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 22 13:53:37 2017 +0200 |
tree | eeff6af9158367415d9691dbef97a6fcea79dd83 | |
parent | f3d769a585040ac47f7054057758809024ef6377 [diff] [blame] |
patch 8.0.1134: superfluous call to syn_get_final_id() Problem: Superfluous call to syn_get_final_id(). Solution: Remove it. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 8901bb5..044b98c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1134, +/**/ 1133, /**/ 1132,