Skip to content

Commit

Permalink
docs: remove irrelevant comment due to 56b7a33
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed Jan 2, 2025
1 parent a553cfd commit e532d95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/fzf-lua/fzf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ function M.raw_fzf(contents, fzf_cli_args, opts)
buffer = 0,
callback = function(e)
if e.match:match(":nt") then
-- NOTE: "startinsert" doesn't work here for all cases for some odd
-- reason, for example, running `builtin` and opening another picker
vim.defer_fn(function()
-- Prevents inserting "i" when spamming `ctrl-g` in `grep_lgrep`
-- Also verify we're not already in TERMINAL mode, could happen
Expand Down

0 comments on commit e532d95

Please sign in to comment.