]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0099: Not able to use diff() with 'diffexpr' v9.1.0099
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 12 Feb 2024 19:21:26 +0000 (20:21 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 12 Feb 2024 19:24:56 +0000 (20:24 +0100)
commita0010a186d93187d2b69b857d75db8a1e01049bb
tree5ec733566b066d5d053a38fe2117ac5bad68e6ad
parent6d91227267a5f7e21fc9b30443687618e92751bf
patch 9.1.0099: Not able to use diff() with 'diffexpr'

Problem:  Not able to use diff() with 'diffexpr'
          (rickhowe, after v9.1.0096)
Solution: Use a default context length of 0, update diff() help text,
          add a test for using diff() with 'diffexpr'
          (Yegappan Lakshmanan)

closes: #14013

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/doc/diff.txt
src/diff.c
src/evalfunc.c
src/testdir/dumps/Test_difffunc_diffexpr_1.dump [new file with mode: 0644]
src/testdir/test_diffmode.vim
src/version.c