Skip to content

Commit

Permalink
fix: do not nullify --delimiter with fzf native previewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed Feb 3, 2024
1 parent fd567e0 commit 76ddb46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/fzf-lua/previewer/fzf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function Previewer.base:preview_offset()
end

function Previewer.base:fzf_delimiter()
if not self.opts.line_field_index then return end
-- set delimiter to ':'
-- entry format is 'file:line:col: text'
local delim = self.opts.fzf_opts and self.opts.fzf_opts["--delimiter"]
Expand Down

0 comments on commit 76ddb46

Please sign in to comment.