removed unnecessary TAB as fzf delimiter

main
bhagwan 2 years ago
parent dc23282b96
commit 76c7b6d960

@ -405,8 +405,9 @@ end
M.set_fzf_line_args = function(opts)
opts._line_placeholder = 2
-- delimiters are ':' and <tab>
opts.fzf_opts["--delimiter"] = vim.fn.shellescape('[:\\t]')
-- set delimiter to ':'
-- entry format is 'file:line:col: text'
opts.fzf_opts["--delimiter"] = vim.fn.shellescape('[:]')
--[[
#
# Explanation of the fzf preview offset options:

Loading…
Cancel
Save