Skip to content

Commit

Permalink
Merge pull request #36 from svermeulen/master
Browse files Browse the repository at this point in the history
Bug fix.  The hover timer was not stopping correctly when leaving insert mode
  • Loading branch information
Shougo committed Sep 18, 2020
2 parents 4fd2507 + ee6aaef commit 17cd3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hover.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ local insert_enter_handler = function()
end

local insert_leave_handler = function()
hover = hover_initialise
hover.insert_mode = false
end

return {
Expand Down

0 comments on commit 17cd3fa

Please sign in to comment.