fix(ts): Do not relative position for fallback (#113)
This commit is contained in:
@@ -189,7 +189,7 @@ return {
|
||||
local row, col = vim.treesitter.get_node_range(parent)
|
||||
return row, col
|
||||
end
|
||||
return 0, 0
|
||||
return
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
@@ -285,7 +285,7 @@ end
|
||||
--- with multiple annotation conventions.
|
||||
---@tag neogen-changelog
|
||||
---@toc_entry Changes in neogen plugin
|
||||
neogen.version = "2.10.2"
|
||||
neogen.version = "2.10.3"
|
||||
--minidoc_afterlines_end
|
||||
|
||||
return neogen
|
||||
|
||||
Reference in New Issue
Block a user