]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0071: Need a diff() Vim script function v9.1.0071
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 1 Feb 2024 21:05:27 +0000 (22:05 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 1 Feb 2024 21:05:27 +0000 (22:05 +0100)
commitfa37835b8c0ed0f83952978fca4c332335ca7c46
treea10eb5ac624dfc8c160581fe4b033b1e5b0e27d6
parent1226b0584a07417882ea48763977f3ae24430e0e
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>
13 files changed:
runtime/doc/builtin.txt
runtime/doc/diff.txt
runtime/doc/tags
runtime/doc/todo.txt
runtime/doc/usr_41.txt
src/diff.c
src/errors.h
src/evalfunc.c
src/proto/diff.pro
src/proto/typval.pro
src/testdir/test_diffmode.vim
src/typval.c
src/version.c