comparison src/testdir/test_tagjump.vim @ 18297:b0b37bd807ba v8.1.2143

patch 8.1.2143: cannot see each command even when 'verbose' is set Commit: https://github.com/vim/vim/commit/4facea310c2788c88f021b262658b847381a50a8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 12 20:17:40 2019 +0200 patch 8.1.2143: cannot see each command even when 'verbose' is set Problem: Cannot see each command even when 'verbose' is set. Solution: List each command when 'verbose' is at least 16.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Oct 2019 20:30:03 +0200
parents 1c5974759bcd
children 90e5812af76b
comparison
equal deleted inserted replaced
18296:fb6ec9cfb1c0 18297:b0b37bd807ba
499 499
500 call term_wait(buf, 100) 500 call term_wait(buf, 100)
501 call term_sendkeys(buf, ":tselect main\<CR>2\<CR>") 501 call term_sendkeys(buf, ":tselect main\<CR>2\<CR>")
502 call VerifyScreenDump(buf, 'Test_tselect_1', {}) 502 call VerifyScreenDump(buf, 'Test_tselect_1', {})
503 503
504 call StopVimInTerminal(buf)
504 call delete('Xtags') 505 call delete('Xtags')
505 call delete('Xtest.c') 506 call delete('Xtest.c')
506 call delete('XTest_tselect') 507 call delete('XTest_tselect')
507 endfunc 508 endfunc
508 509