]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1983: ml_get error when using <Cmd> to open a terminal v8.2.1983
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Nov 2020 13:22:28 +0000 (14:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Nov 2020 13:22:28 +0000 (14:22 +0100)
commitf4d61bc559f8cb6adc4880183a4fd216865c0c30
tree8eea642340fa2386f81208c97956522706d4907e
parent2ce7790348dab9cbfcc5d02c8258d0dd7ecacf95
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)
src/ex_getln.c
src/testdir/dumps/Test_terminal_from_cmd.dump [new file with mode: 0644]
src/testdir/test_terminal.vim
src/version.c