commit | 9b25af36204c0511eab08d621688f0f2008fc68e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 28 13:56:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 28 13:56:09 2018 +0200 |
tree | d6ca3b598b7e916792f919e0df36bfc83a8c5690 | |
parent | 451fc7b954906069f1830a8092ad85616049a828 [diff] [blame] |
patch 8.0.1769: repeated saving and restoring viewstate for 'incsearch' Problem: Repeated saving and restoring viewstate for 'incsearch'. Solution: Use a structure.
diff --git a/src/version.c b/src/version.c index 773e4b4..0a36b66 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1769, +/**/ 1768, /**/ 1767,