We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198d003 commit e41b000Copy full SHA for e41b000
lua/render-markdown/integ/coq.lua
@@ -22,7 +22,7 @@ local function complete(args, callback)
22
if not source.enabled() then
23
return nil
24
end
25
- local character = args.line:sub(#args.line, #args.line)
+ local character = args.line:sub(args.pos[2], args.pos[2])
26
if not vim.tbl_contains(source.trigger_characters(), character) then
27
28
0 commit comments