]> granicus.if.org Git - vim/commit
patch 8.1.2341: not so easy to interrupt a script programatically v8.1.2341
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Nov 2019 23:05:32 +0000 (00:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Nov 2019 23:05:32 +0000 (00:05 +0100)
commit67a2deb9cb4ac2224cb1e4d240a5d0659f036264
tree024c2f55f38fb92a7da3c6887dbd0c510c7ae6cb
parenta106e6cde682bda4ad10ed745acb51975fcb02e0
patch 8.1.2341: not so easy to interrupt a script programatically

Problem:    Not so easy to interrupt a script programatically.
Solution:   Add the interrupt() function. (Yasuhiro Matsumoto, closes #2834)
runtime/doc/eval.txt
src/evalfunc.c
src/ex_eval.c
src/testdir/Make_all.mak
src/testdir/test_interrupt.vim [new file with mode: 0644]
src/version.c