commit | c96311b5be307f5a1d1b20a0ec930d63964e7335 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 21:13:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 21:13:47 2022 +0000 |
tree | f65fa05bc13a76539535f0db94e9723c51303d9a | |
parent | ef2c325f5e3c437b722bb96bf369ba2a5c541163 [diff] [blame] |
patch 9.0.0950: the pattern "\_s\zs" matches at EOL Problem: The pattern "\_s\zs" matches at EOL. Solution: Make the pattern "\_s\zs" match at the start of the next line. (closes #11617)
diff --git a/src/version.c b/src/version.c index e6fc986..9566edd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 950, +/**/ 949, /**/ 948,