mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 03:16:48 +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>