mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
shada: Add support for dumping/restoring bufs changes and win jumps
This commit is contained in:
@@ -520,7 +520,7 @@ struct file_buffer {
|
||||
/*
|
||||
* the changelist contains old change positions
|
||||
*/
|
||||
pos_T b_changelist[JUMPLISTSIZE];
|
||||
fmark_T b_changelist[JUMPLISTSIZE];
|
||||
int b_changelistlen; /* number of active entries */
|
||||
bool b_new_change; /* set by u_savecommon() */
|
||||
|
||||
|
Reference in New Issue
Block a user