Fixed writing of shada files

This commit is contained in:
Oliver Hartmann 2021-10-13 14:08:42 +02:00
parent 4086148b38
commit b2638165ff

View File

@ -18,7 +18,7 @@ local autocmds = {
{ 'BufRead', '*', [[call setpos(".", getpos("'\""))]] }; { 'BufRead', '*', [[call setpos(".", getpos("'\""))]] };
}; };
save_shada = { save_shada = {
{'VimLeave', '*', 'wshada!'}; {'CursorHold,FocusGained,FocusLost', '*', 'rshada|wshada'};
}; };
resize_windows_proportionally = { resize_windows_proportionally = {
{ 'VimResized', '*', ':wincmd =' }; { 'VimResized', '*', ':wincmd =' };