commit | 8a3704723c40779d688ef957dbe5bd8b65c25f95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 22 15:28:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 15:28:31 2022 +0100 |
tree | bd2bcf7bace92c772a82402a15e3d3aad019d202 | |
parent | 835ee980eedd1aa0fa2d731312ce38697a12a897 [diff] [blame] |
patch 8.2.5001: checking translations affects the search pattern history Problem: Checking translations affects the search pattern history. Solution: Use "keeppatterns". (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 00a7844..d947125 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5001, +/**/ 5000, /**/ 4999,