mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(util): fixup
This commit is contained in:
parent
32cdfa5e26
commit
3a4672de3f
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ end
|
||||||
M.CREATE_UNDO = vim.api.nvim_replace_termcodes("<c-G>u", true, true, true)
|
M.CREATE_UNDO = vim.api.nvim_replace_termcodes("<c-G>u", true, true, true)
|
||||||
function M.create_undo()
|
function M.create_undo()
|
||||||
if vim.api.nvim_get_mode().mode == "i" then
|
if vim.api.nvim_get_mode().mode == "i" then
|
||||||
dd("undo")
|
|
||||||
vim.api.nvim_feedkeys(M.CREATE_UNDO, "n", false)
|
vim.api.nvim_feedkeys(M.CREATE_UNDO, "n", false)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue