commit | c036e87bd7001238ab7cc5d9e30e59bbf989a5fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 21 21:30:52 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 21 21:30:52 2020 +0100 |
tree | 2ed9e85172f565706463cee71e7ad6a93637297a | |
parent | 5b1c8fe3d588ab450d4646a0088db4efda88200a [diff] [blame] |
patch 8.2.0295: highlighting for :s wrong when using different separator Problem: Highlighting for :s wrong when using different separator. Solution: Use separat argument for search direction and separator. (Rob Pilling, closes #5665)
diff --git a/src/version.c b/src/version.c index 043931d..4b186bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 295, +/**/ 294, /**/ 293,