Skip to content

Commit

Permalink
Revert "small fix"
Browse files Browse the repository at this point in the history
This reverts commit bbf44bf.
  • Loading branch information
chrishrb committed Jan 16, 2024
1 parent bbf44bf commit 3f78d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gx/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end

-- check that cursor on uri in normal mode
function M.check_if_cursor_on_url(mode, i, j)
if mode ~= "n" or mode ~= "c" then
if mode ~= "n" then
return true
end

Expand Down

0 comments on commit 3f78d38

Please sign in to comment.