This commit is contained in:
Daniel Mathiot
2021-08-28 10:25:03 +02:00
parent e22c69a265
commit ad5ed45205

View File

@@ -14,7 +14,6 @@ end
--- It removes the extmark afterwards. --- It removes the extmark afterwards.
neogen.utilities.cursor.go_next_extmark = function(first_time) neogen.utilities.cursor.go_next_extmark = function(first_time)
local extm_list = vim.api.nvim_buf_get_extmarks(0, neogen_ns, 0, -1, {}) local extm_list = vim.api.nvim_buf_get_extmarks(0, neogen_ns, 0, -1, {})
P(extm_list)
if #extm_list ~= 0 then if #extm_list ~= 0 then
local pos = { extm_list[1][2] + 1, extm_list[1][3] } local pos = { extm_list[1][2] + 1, extm_list[1][3] }