Compare commits
1 commit
c1ede21dd8
...
8a7d510cda
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a7d510cda |
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
local window = require "ivy.window"
|
||||
local prompt = require "ivy.prompt"
|
||||
local utils = require "ivy.utils"
|
||||
|
||||
local controller = {}
|
||||
|
||||
|
|
@ -54,7 +55,7 @@ end
|
|||
|
||||
controller.checkpoint = function()
|
||||
vim.api.nvim_set_current_win(window.origin)
|
||||
controller.callback(window.get_current_selection(), controller.action.CHECKPOINT)
|
||||
controller.callback(window.get_current_selection(), utils.actions.CHECKPOINT)
|
||||
vim.api.nvim_set_current_win(window.window)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue