commit | 9474716d39764ac5642e55b5548580cf53bd9bed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 21:55:26 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 21:55:26 2019 +0100 |
tree | f11d99a5640ad6342c503ea74afdf028d972725b | |
parent | b7633611611eeb5f14f8fd598afa687964e23f23 [diff] [blame] |
patch 8.1.0887: the 'l' flag in :subsitute is sticky Problem: The 'l' flag in :subsitute is sticky. Solution: Reset the flag. (Dominique Pelle, closes #3925)
diff --git a/src/version.c b/src/version.c index aa17e0a..94825f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 887, +/**/ 886, /**/ 885,