comparison src/testdir/test_vim9_disassemble.vim @ 19703:f03357f16ffc v8.2.0408

patch 8.2.0408: delete() commented out for testing Commit: https://github.com/vim/vim/commit/22da5596d00222c889b548daa2df5a289583a5fb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 14:52:20 2020 +0100 patch 8.2.0408: delete() commented out for testing Problem: Delete() commented out for testing. Solution: Undo commenting-out.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 15:00:03 +0100
parents aae19dd172c0
children 846fbbacce3a
comparison
equal deleted inserted replaced
19702:7ec14b594de3 19703:f03357f16ffc
776 \, instr) 776 \, instr)
777 777
778 nr += 1 778 nr += 1
779 endfor 779 endfor
780 780
781 " delete('Xdisassemble') 781 delete('Xdisassemble')
782 enddef 782 enddef
783 783
784 def s:Execute() 784 def s:Execute()
785 execute 'help vim9.txt' 785 execute 'help vim9.txt'
786 let cmd = 'help vim9.txt' 786 let cmd = 'help vim9.txt'