From a8017cad98a93b366cbad34617c75ce7acdb4ad8 Mon Sep 17 00:00:00 2001 From: xzbdmw <97848247+xzbdmw@users.noreply.github.com> Date: Mon, 6 May 2024 12:19:40 +0800 Subject: [PATCH] remove todo --- lua/luasnip/util/util.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/luasnip/util/util.lua b/lua/luasnip/util/util.lua index 6bd5cf92f..1d1400b50 100644 --- a/lua/luasnip/util/util.lua +++ b/lua/luasnip/util/util.lua @@ -165,8 +165,6 @@ end local function any_select(b, e) -- stylua: ignore replace_feedkeys( - -- this esc -> movement sometimes leads to a slight flicker - -- TODO: look into preventing that reliably. -- Go into visual, then place endpoints. -- This is to allow us to place the cursor on the \n of a line. -- see #1158