diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-23 10:15:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 10:15:57 +0800 |
| commit | d0ced2a127ab3974deaefcfab214b564b1ef48e7 (patch) | |
| tree | e9adaa0a0c77e8d7d2b23006cf253cf572e34513 /src/nvim/buffer_defs.h | |
| parent | ed6bbc03af7be192e3d615f8ee761611e78d9881 (diff) | |
| parent | 9d556fc81f379aba21459bd0359e6bcd38384bfd (diff) | |
| download | rneovim-d0ced2a127ab3974deaefcfab214b564b1ef48e7.tar.gz rneovim-d0ced2a127ab3974deaefcfab214b564b1ef48e7.tar.bz2 rneovim-d0ced2a127ab3974deaefcfab214b564b1ef48e7.zip | |
Merge pull request #19471 from zeertzjq/vim-8.2.4731
vim-patch:8.2.{4731,5035}: changelist patches
Diffstat (limited to 'src/nvim/buffer_defs.h')
| -rw-r--r-- | src/nvim/buffer_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index 8c70765d30..c052c2fdfd 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -289,6 +289,7 @@ struct wininfo_S { winopt_T wi_opt; // local window options bool wi_fold_manual; // copy of w_fold_manual garray_T wi_folds; // clone of w_folds + int wi_changelistidx; // copy of w_changelistidx }; /* |
