nvim-tree.lua/lua/nvim-tree
wyrid 3845039c1a
fix: use pcall to prevent live-filter regex errors (#1689)
* fix: use pcall to prevent live-filter regex errors

Wrap live filter's match function in pcall to prevent errors caused by
invalid regex while typing.

* nit: use ok for pcall rc

* nit: stylua fix

Co-authored-by: Alexander Courtis <alex@courtis.org>
2022-10-29 14:22:14 +11:00
..
actions fix(#1671): split with no window picker will always find an available window (#1677) 2022-10-29 13:42:56 +11:00
explorer fix(#1615): focus created file when command line prompt requires confirmation (#1622) 2022-10-08 14:26:31 +11:00
git fix(styling): empty line 2022-09-29 13:59:05 +02:00
iterators feat(bookmarks): add bookmark feature (#1412) 2022-07-11 10:00:12 +02:00
marks fix(#1533): make toggle_mark ignore non-togglable nodes. (#1534) 2022-08-22 14:24:25 +10:00
renderer fix(#1639): ensure tree autocommands match filetype as well as name (#1640) 2022-10-17 12:31:41 +11:00
api.lua chore(api): add missing functions 2022-07-25 15:02:55 +02:00
colors.lua Added NvimTreeLineNr higlight (#1684) 2022-10-24 19:53:13 +00:00
config.lua fix(keypress): use <cmd> instead of : to avoid triggering CmdLineEnter 2022-07-14 09:33:19 +02:00
core.lua chore(watchers): refactor events and make debouncer safe 2022-07-17 08:50:24 +02:00
diagnostics.lua chore(watchers): refactor events and make debouncer safe 2022-07-17 08:50:24 +02:00
events.lua feat(api): add public API module (#1432) 2022-07-25 11:11:48 +02:00
keymap.lua fix: inverted diagnostic navigation keymaps 2022-08-20 14:40:09 +10:00
legacy.lua fix(#1668): update issue link 2022-10-18 11:34:26 +11:00
lib.lua fix(prompt): add select_prompts to suit UI decorator plugins such as dressing and telescope 2022-09-22 13:23:49 +10:00
live-filter.lua fix: use pcall to prevent live-filter regex errors (#1689) 2022-10-29 14:22:14 +11:00
log.lua feat(notify): switch all print/nvim_*write statements to utils.notify 2022-07-18 14:04:48 +02:00
utils.lua fix(#1639): ensure tree autocommands match filetype as well as name (#1640) 2022-10-17 12:31:41 +11:00
view.lua fix(colorscheme): update winhl on colorscheme change 2022-10-28 14:19:01 +02:00
watcher.lua chore(watchers): Watcher shares single fs_event from Event, node watchers use unique path prefixed debounce context (#1453) 2022-07-26 10:43:58 +02:00