]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1247: Vim9: cannot index a character in a string v8.2.1247
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Jul 2020 15:55:44 +0000 (17:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Jul 2020 15:55:44 +0000 (17:55 +0200)
commitbf9d8c3765a5255c0a0b577ca2e25d70a8bcb688
treed2f055157a14c8ddb1ff107379f04bba156f87b2
parentb209750b5e907003568c20856215122670ee22d2
patch 8.2.1247: Vim9: cannot index a character in a string

Problem:    Vim9: cannot index a character in a string.
Solution:   Add ISN_STRINDEX instruction. (closes #6478)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c