This commit is contained in:
hrsh7th
2021-10-18 12:02:23 +09:00
parent 1e913aefd9
commit 6b4e6b9694

View File

@@ -183,7 +183,9 @@ custom_entries_view.abort = function(self)
if self.prefix then if self.prefix then
self:_insert(self.prefix) self:_insert(self.prefix)
end end
self:close() keymap.feedkeys('', 'n', function()
self:close()
end)
end end
custom_entries_view.draw = function(self) custom_entries_view.draw = function(self)