Textobjects: set jump before going to adjacent_textobject

This commit is contained in:
Stephan Seitz 2020-08-06 09:01:38 +02:00
parent f3ed370643
commit 32271b26ef
4 changed files with 88 additions and 88 deletions

View file

@ -67,4 +67,8 @@ function M.print_warning(text)
api.nvim_command(string.format([[echohl WarningMsg | echo "%s" | echohl None]], text))
end
function M.set_jump()
vim.cmd "normal! m'"
end
return M