]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0082: cannot interrupt global command from command line v9.0.0082
authorzeertzjq <zeertzjq@outlook.com>
Tue, 26 Jul 2022 16:48:13 +0000 (17:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jul 2022 16:48:13 +0000 (17:48 +0100)
commit3cfae39b087c2724991d385e5e8ee7d011aa8e99
tree02d735f2d2857d9d94f59efc339128c04d059386
parentc2842adfb2ca0637f13e2793fefa18e7818684f9
patch 9.0.0082: cannot interrupt global command from command line

Problem:    Cannot interrupt global command from command line.
Solution:   Reset got_int in another place. (closes #10739)
src/ex_getln.c
src/testdir/test_ex_mode.vim
src/testdir/test_global.vim
src/version.c