comparison src/testdir/test_vim9_disassemble.vim @ 25453:21b70bab366c v8.2.3263

patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator Commit: https://github.com/vim/vim/commit/f5d52c90e0f2f51622a911b646024b2ad1225ed4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 31 22:51:10 2021 +0200 patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator Problem: Vim9: "..=" does not accept same types as the ".." operator. Solution: Convert value to string like ".." does. (issue https://github.com/vim/vim/issues/8664)
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Jul 2021 23:00:04 +0200
parents 70f55a30f03c
children 891d08245543
comparison
equal deleted inserted replaced
25452:d0975ae1f208 25453:21b70bab366c
1252 '\d FOR $1 -> \d\+\_s*' .. 1252 '\d FOR $1 -> \d\+\_s*' ..
1253 '\d STORE $2\_s*' .. 1253 '\d STORE $2\_s*' ..
1254 'res ..= str\_s*' .. 1254 'res ..= str\_s*' ..
1255 '\d\+ LOAD $0\_s*' .. 1255 '\d\+ LOAD $0\_s*' ..
1256 '\d\+ LOAD $2\_s*' .. 1256 '\d\+ LOAD $2\_s*' ..
1257 '\d\+ CHECKTYPE string stack\[-1\]\_s*' .. 1257 '\d 2STRING_ANY stack\[-1\]\_s*' ..
1258 '\d\+ CONCAT\_s*' .. 1258 '\d\+ CONCAT\_s*' ..
1259 '\d\+ STORE $0\_s*' .. 1259 '\d\+ STORE $0\_s*' ..
1260 'endfor\_s*' .. 1260 'endfor\_s*' ..
1261 '\d\+ JUMP -> 5\_s*' .. 1261 '\d\+ JUMP -> 5\_s*' ..
1262 '\d\+ DROP\_s*' .. 1262 '\d\+ DROP\_s*' ..