Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Nov 21, 2023
1 parent 73adf65 commit 9e1d31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/epo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ local function complete_ondone(bufnr)
-- asume they are paired
if
(prevchar == '[' and nextchar == ']' and newText:find(']'))
or (prevchar == '"' and nextchar == '"' and newText:find('"'))
or (nextchar == '"' and newText:find('"'))
then
extra = 1
end
Expand Down

0 comments on commit 9e1d31d

Please sign in to comment.