commit | ea7a08a53ea0e8b4fe1592d9ae4d8f581fef46f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 26 22:38:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 26 22:38:22 2019 +0200 |
tree | 5d568dc2dc40a2bf1aa043f5c153ea4ecd745379 | |
parent | 92852cee3fcff1dc6ce12387b234634e73267b22 [diff] [blame] |
patch 8.1.1931: syntax test fails Problem: Syntax test fails. Solution: Add new javascriptreact type to completions.
diff --git a/src/version.c b/src/version.c index f0e441a..9c8ff70 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1931, +/**/ 1930, /**/ 1929,