mirror of
https://github.com/neovim/neovim.git
synced 2026-05-17 02:30:04 +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>