mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +00:00

Problem: Vim9: cannot index or slice a variable with type "any".
Solution: Add runtime index and slice.
cc673e746a
Missing changes from the last PR.
Co-authored-by: Bram Moolenaar <Bram@vim.org>