Fixed writing of shada files
This commit is contained in:
parent
4086148b38
commit
b2638165ff
@ -18,7 +18,7 @@ local autocmds = {
|
||||
{ 'BufRead', '*', [[call setpos(".", getpos("'\""))]] };
|
||||
};
|
||||
save_shada = {
|
||||
{'VimLeave', '*', 'wshada!'};
|
||||
{'CursorHold,FocusGained,FocusLost', '*', 'rshada|wshada'};
|
||||
};
|
||||
resize_windows_proportionally = {
|
||||
{ 'VimResized', '*', ':wincmd =' };
|
||||
|
Loading…
x
Reference in New Issue
Block a user