diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-01-04 01:15:41 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-01-05 09:47:38 -0500 |
commit | 4f53ebaceb263f29049be74ea2d2e1f0c51a8e71 (patch) | |
tree | 56c09e79394a58898fd9dfaa4127bf8e1b8180f0 /runtime/lua | |
parent | adbf2dd86b8c7d898843bdf47b89b423f62bee4b (diff) | |
download | rneovim-4f53ebaceb263f29049be74ea2d2e1f0c51a8e71.tar.gz rneovim-4f53ebaceb263f29049be74ea2d2e1f0c51a8e71.tar.bz2 rneovim-4f53ebaceb263f29049be74ea2d2e1f0c51a8e71.zip |
vim-patch:8.2.0050: after deleting a file mark it is still in viminfo
Problem: After deleting a file mark it is still in viminfo.
Solution: When a file mark was deleted more recently than the mark in the
merged viminfo file was updated, do not store the mark. (Pavol
Juhas, closes vim/vim#5401, closes vim/vim#1339)
https://github.com/vim/vim/commit/8cd6cd8087ccf08e4303dbf5f732fc4b82b917e1
Neovim's ShaDa is incompatible with Vim's "viminfo"
so "viminfo" tests fail.
N/A patches for version.c:
vim-patch:8.1.1731: command line history not read from viminfo on startup
Problem: Command line history not read from viminfo on startup.
Solution: Get history length after initializing it.
https://github.com/vim/vim/commit/26b654a5df9414e43734eb4c956b67c331d70a50
vim-patch:8.1.1764: ":browse oldfiles" is not tested
Problem: ":browse oldfiles" is not tested.
Solution: Add a test.
https://github.com/vim/vim/commit/5328cb8986d2620f45b41acf28778f8ce2f8cac1
vim-patch:8.1.2111: viminfo file not sufficiently tested
Problem: Viminfo file not sufficiently tested.
Solution: Add more tests. (Yegappan Lakshmanan, closes vim/vim#5009)
https://github.com/vim/vim/commit/2a8d3b8997d4fe94bc9c02ae04e873eab2f13b09
vim-patch:8.1.2126: viminfo not sufficiently tested
Problem: Viminfo not sufficiently tested.
Solution: Add more test cases. Clean up comments. (Yegappan Lakshmanan,
closes vim/vim#5032)
https://github.com/vim/vim/commit/6bd1d7706766a7899904163e8fd55ea117fb1953
Diffstat (limited to 'runtime/lua')
0 files changed, 0 insertions, 0 deletions