mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.1463: Vim9: list slice not supported yet
Problem: Vim9: list slice not supported yet. Solution: Add support for list slicing.
This commit is contained in:
@@ -119,6 +119,7 @@ typedef enum {
|
||||
ISN_STRINDEX, // [expr] string index
|
||||
ISN_STRSLICE, // [expr:expr] string slice
|
||||
ISN_LISTINDEX, // [expr] list index
|
||||
ISN_LISTSLICE, // [expr:expr] list slice
|
||||
ISN_SLICE, // drop isn_arg.number items from start of list
|
||||
ISN_GETITEM, // push list item, isn_arg.number is the index
|
||||
ISN_MEMBER, // dict[member]
|
||||
|
Reference in New Issue
Block a user