a lot more stuff
This commit is contained in:
parent
8eaa615596
commit
3094bf2a39
37 changed files with 891 additions and 281 deletions
|
|
@ -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
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue