mirror of
https://github.com/vim/vim.git
synced 2025-10-21 08:24:06 -04:00
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 <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
adb703e1b9
commit
9cb865e95b
@@ -207,6 +207,7 @@ void mbyte_im_set_active(int active_arg);
|
||||
# include "textobject.pro"
|
||||
# include "textformat.pro"
|
||||
# include "time.pro"
|
||||
# include "tuple.pro"
|
||||
# include "typval.pro"
|
||||
# include "ui.pro"
|
||||
# include "undo.pro"
|
||||
|
Reference in New Issue
Block a user