mirror of
https://github.com/neovim/neovim.git
synced 2026-04-23 15:55:36 +00:00
vim-patch:7.4.1925
Problem: Viminfo does not merge file marks properly.
Solution: Use a timestamp. Add the :clearjumps command.
2d35899721
This commit is contained in:
@@ -479,6 +479,12 @@ return {
|
||||
addr_type=ADDR_WINDOWS,
|
||||
func='ex_close',
|
||||
},
|
||||
{
|
||||
command='clearjumps',
|
||||
flags=bit.bor(TRLBAR, CMDWIN),
|
||||
addr_type=ADDR_LINES,
|
||||
func='ex_clearjumps',
|
||||
},
|
||||
{
|
||||
command='cmap',
|
||||
flags=bit.bor(EXTRA, TRLBAR, NOTRLCOM, USECTRLV, CMDWIN),
|
||||
|
||||
Reference in New Issue
Block a user