ivy.nvim/lua/ivy
Ade Attwood 9017b2c322 perf: return a table of results from the command finder
When reading the output of a command we are now reading the stream line
by line and building the table of results. This will save us a loop of
the results later, if we returned a string we need to split the string
before adding each line to the completion buffer because nvim only
supports replacing one line at a time.
2023-04-26 07:24:22 +01:00
..
backends docs: add IvyWorkspaceSymbols to the readme 2023-03-03 06:55:46 +00:00
controller.lua fix: escape \ when running shell commands 2023-04-26 07:24:22 +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 fix: wrap ffi.load in pcall and give a better error message 2022-12-28 15:01:19 +00:00
libivy_test.lua ci: move to the dockerhub conventional-tools update 2023-04-18 20:55:07 +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: make delete word in promp work more like bash 2023-01-07 13:49:36 +00:00
prompt_test.lua feat: make delete word in promp work more like bash 2023-01-07 13:49:36 +00:00
utils.lua perf: return a table of results from the command finder 2023-04-26 07:24:22 +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 IvyWorkspaceSymbol command 2023-03-03 06:55:46 +00:00
window_test.lua fix: crash in IvyLines 2022-09-18 19:58:09 +01:00