comparison src/testdir/test_vim9_script.vim @ 19730:fe8ba2f82f59 v8.2.0421

patch 8.2.0421: interrupting with CTRL-C does not always work Commit: https://github.com/vim/vim/commit/9645e2d9fc8a591f1db30383caccf71d40e0810c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 20 20:48:49 2020 +0100 patch 8.2.0421: interrupting with CTRL-C does not always work Problem: Interrupting with CTRL-C does not always work. Solution: Recognize CTRL-C while modifyOtherKeys is set.
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Mar 2020 21:00:05 +0100
parents 41a1ea967a97
children 4174c4da6ff7
comparison
equal deleted inserted replaced
19729:bc91817dda84 19730:fe8ba2f82f59
940 result ..= cnt .. '_' 940 result ..= cnt .. '_'
941 endwhile 941 endwhile
942 assert_equal('1_3_', result) 942 assert_equal('1_3_', result)
943 enddef 943 enddef
944 944
945 " def Test_interrupt_loop() 945 def Test_interrupt_loop()
946 " let x = 0 946 let x = 0
947 " while 1 947 while 1
948 " x += 1 948 x += 1
949 " if x == 100 949 if x == 100
950 " feedkeys("\<C-C>", 'L') 950 feedkeys("\<C-C>", 'Lt')
951 " endif 951 endif
952 " endwhile 952 endwhile
953 " enddef 953 enddef
954 954
955 def Test_substitute_cmd() 955 def Test_substitute_cmd()
956 new 956 new
957 setline(1, 'something') 957 setline(1, 'something')
958 :substitute(some(other( 958 :substitute(some(other(