Skip to content

Commit 9cb865e

Browse files
yegappanchrisbra
authored andcommitted
patch 9.1.1232: Vim script is missing the tuple data type
Problem: Vim script is missing the tuple data type Solution: Add support for the tuple data type (Yegappan Lakshmanan) closes: #16776 Signed-off-by: Yegappan Lakshmanan <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent adb703e commit 9cb865e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+7148
-684
lines changed

Diff for: Filelist

+2
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ SRC_ALL = \
157157
src/textobject.c \
158158
src/textprop.c \
159159
src/time.c \
160+
src/tuple.c \
160161
src/typval.c \
161162
src/ui.c \
162163
src/undo.c \
@@ -339,6 +340,7 @@ SRC_ALL = \
339340
src/proto/textobject.pro \
340341
src/proto/textprop.pro \
341342
src/proto/time.pro \
343+
src/proto/tuple.pro \
342344
src/proto/typval.pro \
343345
src/proto/ui.pro \
344346
src/proto/undo.pro \

Diff for: runtime/doc/builtin.txt

+134-71
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)