a lot more stuff
This commit is contained in:
@ -24,7 +24,8 @@ auto('BufRead', {
|
||||
group = bufcheck,
|
||||
desc = 'Return to the last place the buffer was closed in.',
|
||||
callback = function()
|
||||
vim.cmd.call([[setpos(".", getpos("'\""))]])
|
||||
vim.fn.setpos('.', vim.fn.getpos("'\""))
|
||||
vim.cmd("norm! zz")
|
||||
end
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user