commit | 890dd05492d88d48eee1dda7f7a1811d027ce7ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 19:59:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 19:59:37 2017 +0100 |
tree | 94ff6a4e197a1c1947b5a311f92c2ce88c7c3dab | |
parent | a1d5c154dbd5fbe317726bbf2ba99632b91878f4 [diff] [blame] |
patch 8.0.1397: pattern with \& following nothing gives an error Problem: Pattern with \& following nothing gives an error. Solution: Emit an empty node when needed.
diff --git a/src/version.c b/src/version.c index 224118a..096d21c 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1397, +/**/ 1396, /**/ 1395,