mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -04:00
patch 9.1.0071: Need a diff() Vim script function
Problem: Need a diff() Vim script function Solution: Add the diff() Vim script function using the xdiff internal diff library, add support for "unified" and "indices" mode. (Yegappan Lakshmanan) fixes: #4241 closes: #12321 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
1226b0584a
commit
fa37835b8c
@@ -258,8 +258,9 @@ EXTERN char e_escape_not_allowed_in_digraph[]
|
||||
EXTERN char e_using_loadkeymap_not_in_sourced_file[]
|
||||
INIT(= N_("E105: Using :loadkeymap not in a sourced file"));
|
||||
#endif
|
||||
// E106 unused
|
||||
#ifdef FEAT_EVAL
|
||||
EXTERN char e_unsupported_diff_output_format_str[]
|
||||
INIT(= N_("E106: Unsupported diff output format: %s"));
|
||||
EXTERN char e_missing_parenthesis_str[]
|
||||
INIT(= N_("E107: Missing parentheses: %s"));
|
||||
EXTERN char e_no_such_variable_str[]
|
||||
|
Reference in New Issue
Block a user