commit | f4d61bc559f8cb6adc4880183a4fd216865c0c30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 14:22:28 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 14:22:28 2020 +0100 |
tree | 8eea642340fa2386f81208c97956522706d4907e | |
parent | 2ce7790348dab9cbfcc5d02c8258d0dd7ecacf95 [diff] [blame] |
patch 8.2.1983: ml_get error when using <Cmd> to open a terminal Problem: ml_get error when using <Cmd> to open a terminal. Solution: If the window changed reset the incsearch state. (closes #7289)
diff --git a/src/version.c b/src/version.c index db4d847..43cd9cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1983, +/**/ 1982, /**/ 1981,