You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bhagwan 05e22a4a61 performance optimizations, read below:
- do not spawn cmd with libuv unless 'file_icons' or 'git_icons' are set
- 'path.starts_with_separator' minor regex optimization
- 'files' cmd fallback order is now fd, **rg** and then find
- 'strip_cwd_prefix' enabled again (default: 'true')
- 'cwd' header line added to 'files' and 'git' providers
3 years ago
..
previewer preview: don't reload the buffer if match is from the same file/buffer 3 years ago
providers performance optimizations, read below: 3 years ago
actions.lua fzf win not entering INSERT mode if called from 'builtin' (closes #238) 3 years ago
cmd.lua internal: removed unnecessary 'require' 3 years ago
config.lua performance optimizations, read below: 3 years ago
core.lua performance optimizations, read below: 3 years ago
fzf.lua Workaround for potential 'tempname' bug (#222) 3 years ago
init.lua 'grep_curbuf' is now consistent with 'grep_' cmds, added 'lgrep_curbuf' 3 years ago
libuv.lua internal: libuv spawn, limit uv.write chunks to 65K 3 years ago
path.lua performance optimizations, read below: 3 years ago
shell.lua 'live_grep' freezes on large text files (#211) 3 years ago
shell_helper.lua 'live_grep' freezes on large text files (#211) 3 years ago
utils.lua improve performance of executing commands by avoiding the shell 3 years ago
win.lua set correct title highlight length (+1) 3 years ago