neovim/test/functional
zeertzjq bfe0acaea1
vim-patch:9.1.0740: incorrect internal diff with empty file (#30471)
Problem:  incorrect internal diff with an empty file
Solution: Set pointer to NULL, instead of using an empty line file
          (Yukihiro Nakadaira)

When using internal diff, empty file is read as one empty line file.
So result differs from external diff.

closes: vim/vim#15719

f1694b439b

Co-authored-by: Yukihiro Nakadaira <yukihiro.nakadaira@gmail.com>
2024-09-23 12:04:07 +08:00
..
api docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454 2024-09-22 03:51:22 -07:00
autocmd refactor(tests): rename terminal/testutil.lua => testterm.lua #30372 2024-09-15 03:28:14 -07:00
core refactor(tests): rename terminal/testutil.lua => testterm.lua #30372 2024-09-15 03:28:14 -07:00
editor refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418) 2024-09-19 18:05:27 +08:00
ex_cmds refactor(test): rename alter_slashes, invert its behavior 2024-09-09 12:23:54 +02:00
fixtures feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323 2024-06-24 07:54:56 -07:00
legacy vim-patch:9.1.0708: Recursive window update does not account for reset skipcol (#30217) 2024-09-01 20:19:19 +08:00
lua test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
options fix(test): "tempdir not a directory" in CI logs 2024-09-09 12:23:54 +02:00
plugin test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
provider refactor(tests): again yet more global highlight definitions 2024-08-14 14:03:34 +02:00
script fix(luacats): allow all types inside tuples 2024-06-01 12:56:43 +01:00
shada refactor(shada): rework msgpack decoding without msgpack-c 2024-08-05 11:12:44 +02:00
terminal fix(paste): improve repeating of pasted text (#30438) 2024-09-22 06:02:48 +08:00
treesitter test: support upvalues in exec_lua 2024-09-21 16:04:09 +01:00
ui vim-patch:9.1.0740: incorrect internal diff with empty file (#30471) 2024-09-23 12:04:07 +08:00
vimscript refactor(test): rename alter_slashes, invert its behavior 2024-09-09 12:23:54 +02:00
example_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua feat(fs.lua): add vim.fs.rm() 2024-09-22 15:05:24 +01:00
testterm.lua refactor(tests): rename terminal/testutil.lua => testterm.lua #30372 2024-09-15 03:28:14 -07:00