comparison src/vim9instr.c @ 28621:333be301dfe8 v8.2.4834

patch 8.2.4834: Vim9: some lines not covered by tests Commit: https://github.com/vim/vim/commit/06651630ee35111839e627e1bcbac94b86347883 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 27 17:54:25 2022 +0100 patch 8.2.4834: Vim9: some lines not covered by tests Problem: Vim9: some lines not covered by tests. Solution: Add a few more tests. Remove dead code.
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Apr 2022 19:00:03 +0200
parents d550054e1328
children a16dae0be398
comparison
equal deleted inserted replaced
28620:4d76b3e07c07 28621:333be301dfe8
2229 case ISN_BLOBINDEX: 2229 case ISN_BLOBINDEX:
2230 case ISN_BLOBSLICE: 2230 case ISN_BLOBSLICE:
2231 case ISN_CATCH: 2231 case ISN_CATCH:
2232 case ISN_CEXPR_AUCMD: 2232 case ISN_CEXPR_AUCMD:
2233 case ISN_CHECKLEN: 2233 case ISN_CHECKLEN:
2234 case ISN_CHECKNR:
2235 case ISN_CLEARDICT: 2234 case ISN_CLEARDICT:
2236 case ISN_CMDMOD_REV: 2235 case ISN_CMDMOD_REV:
2237 case ISN_COMPAREANY: 2236 case ISN_COMPAREANY:
2238 case ISN_COMPAREBLOB: 2237 case ISN_COMPAREBLOB:
2239 case ISN_COMPAREBOOL: 2238 case ISN_COMPAREBOOL: