Fixed writing of shada files
This commit is contained in:
parent
4086148b38
commit
b2638165ff
@ -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 =' };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user