commit | 16b3578f355282846f2600ce77fb344950f0b9ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 20:29:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 20:29:50 2016 +0200 |
tree | 2e0c8306d33dfbb9e904510e3dea3a5bcb50512a | |
parent | d563883a1fb5ec6cf4a2758c5e36ac1ff4e9bb3d [diff] [blame] |
patch 7.4.2355 Problem: Regexp fails to match when using "\>\)\?". (Ramel) Solution: When a state is already in the list, but addstate_here() is used and the existing state comes later, add the new state anyway.
diff --git a/src/version.c b/src/version.c index ff5076f..f332e43 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2355, +/**/ 2354, /**/ 2353,