commit | e3c74d249ac36404d8af25f74baf335d143b30e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 16:29:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 16:29:30 2019 +0100 |
tree | 239c4aa1e52da86d1d87cb163e2b4ad518c7752b | |
parent | 2be7cb73f66cf69659195d9a8ad4beaa359f2865 [diff] [blame] |
patch 8.1.0734: the hlsearch state is not stored in a session file Problem: The hlsearch state is not stored in a session file. Solution: Add "nohlsearch" if appropriate. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index a967fea..11b555f 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 734, +/**/ 733, /**/ 732,