ivy.nvim/lua/ivy
Ade Attwood 864b9c8821 fix: exscpe test when passing it to vim syntax match
This was causing an issue an invalid regex. Now we are escapeing the
text to make it a valid regex.

There is also a small improvement where we no longer try and highlight
matched words if the "text" is empty.

Ref: #26
2022-10-06 07:57:57 +01:00
..
controller.lua fix: exscpe test when passing it to vim syntax match 2022-10-06 07:57:57 +01:00
controller_test.lua fix: exscpe test when passing it to vim syntax match 2022-10-06 07:57:57 +01:00
libivy.lua ci: setup stylua action 2022-09-04 16:18:04 +01:00
libivy_test.lua ci: setup stylua action 2022-09-04 16:18:04 +01:00
matcher_test.lua feat: move to fts fuzzy match with some modifications 2022-08-25 20:14:12 +01:00
prompt.lua feat: implement emacs bindings for the prompt like bash 2022-07-24 12:50:30 +01:00
prompt_test.lua feat: add vsplit and split actions 2022-09-07 21:19:33 +01:00
utils.lua feat: add vsplit and split actions 2022-09-07 21:19:33 +01:00
utils_line_action_test.lua feat: add vsplit and split actions 2022-09-07 21:19:33 +01:00
utils_vimgrep_action_test.lua feat: add vsplit and split actions 2022-09-07 21:19:33 +01:00
vim_mock.lua test: add more mocks 2022-10-06 07:57:57 +01:00
window.lua feat: add vsplit and split actions 2022-09-07 21:19:33 +01:00
window_test.lua fix: crash in IvyLines 2022-09-18 19:58:09 +01:00