37 Commits (fa90b74e31190e2da55db71d18e9f7c4b3022cdb)

Author SHA1 Message Date
bhagwan fa90b74e31 wrapper around `fn.input` to prevent exception with `<C-c>` 2 years ago
bhagwan 4edaa792ff grep: opts.search overrides continue_last_search (closes #370) 2 years ago
bhagwan 33dae2a6b9 grep|tags: new filter opt, exclude tag headers from grep|live_grep 2 years ago
bhagwan def8abf586 internal: more tags|grep code consolidation 2 years ago
bhagwan 9ae5a8c30a internal: reuse grep code in tags|tags_grep 2 years ago
bhagwan 0219921e41 grep|tags_grep: save typed query as grep string when empty 2 years ago
bhagwan f86de7aa6b new option 'grep.rg_glob': default to rg glob parsing (closes #365) 2 years ago
bhagwan 36f84404fa tags_grep: respect 'tags.rg|grep_opts' 2 years ago
bhagwan 27f58c51c2 new feautre: <c-i> to toggle between 'grep|live_grep' 2 years ago
bhagwan e2c6f8cbf9 bugfix: 'lgrep_curbuf,' 'tags_live_grep' on fish shell (closes #357) 2 years ago
bhagwan fcaa3d5b24 tags: auto-detect line numbers in tags file 2 years ago
bhagwan ca4dc395d8 removed deprecated providers, 'resume' to accept options 2 years ago
bhagwan dcebd33a88 tags: added grep_cword|CWORD|visual 2 years ago
bhagwan 23267bfb8e tags_live_grep: added support 'multiprocess=false' 2 years ago
bhagwan 9094065d79 new provider: tags_live_grep 2 years ago
bhagwan af6d6c3785 new provider: tags_grep 2 years ago
bhagwan 1c30a354d2 tags|btags: accomodate 'ctags_file' outside of cwd 2 years ago
bhagwan fc77943cdf bat previewer optimization for ctags with no line numbers (#355) 2 years ago
bhagwan bcbd20b690 added missing '_ctag' actions modifier 2 years ago
bhagwan daf4f63819 better ctag parsing to accomodate for line numbers (#355) 2 years ago
bhagwan 95b82e7973 tags|btags rework, multiprocess performance enhancement (#355) 2 years ago
bhagwan 9a0f625804 normaize fzf FIELD INDEX EXPRESSION, see below:
- refactor fzf field index experssion and line field number options
- enable native fzf previewers (bat/cat/head) for all file/buffer providers
- buffers|lines|blines|tabs now respect default previewer
2 years ago
bhagwan 2a2c8502a4 refactor native fzf previewer params 2 years ago
bhagwan e1f13f882e file actions: only parse ctags from tags|btags 2 years ago
bhagwan 0f4ca97bb7 tags|btags: vim.fn.expand tags file, set cwd header (closes #322) 2 years ago
bhagwan 31a678e4de tags, btags: hide line numbers with builtin previewer 3 years ago
bhagwan 46c9e2bcd2 tags: optimized performance with the builtin previewer (#245) 3 years ago
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
bhagwan fad1ef47e3 further shell perf improvements for git and tags 3 years ago
bhagwan 2f97f24c16 tags: adjust regex crlf pattern (#219) 3 years ago
bhagwan a45ea4dec5 bugfix: tags with similar prefixes, 'ff=dos' newline (closes #219) 3 years ago
bhagwan 956a092e55 internal: removed unnecessary 'require' 3 years ago
bhagwan b3add55b46 fix tags for files with 'fileformat=dos' (closes #207) 3 years ago
bhagwan c45c06218f bugfix: ctags with tab characters (closes #206) 3 years ago
bhagwan 78895876c2 standardize 'fzf_bin', live_grep options optimizations 3 years ago
bhagwan 7322a96b2d tags, btags complete, misc fixes 3 years ago
bhagwan ecdc79da2e WIP: added `tags`, `btags` (need to fix previewer line) 3 years ago