commit | a939e434407b749adf4d50ea9f3f13b6a9abaf86 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 05:30:26 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 05:30:26 2013 +0100 |
tree | 7694960d7e76e61912c84b780a6daae8afbc42f7 | |
parent | 8e69b4a319d7933d491ac49a2812c964e8dc85b3 [diff] [blame] |
updated for version 7.4.083 Problem: It's hard to avoid adding a used pattern to the search history. Solution: Add the ":keeppatterns" modifier. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index e4b039e..ce5d250 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 83, +/**/ 82, /**/ 81,