Streamed some refactoring. More work to do
This commit is contained in:
8
scratch/fuzzy_tester.lua
Normal file
8
scratch/fuzzy_tester.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
line = "hello"
|
||||
prompt = "h"
|
||||
print(vim.inspect(vim.fn.systemlist(string.format(
|
||||
"echo '%s' | ~/tmp/fuzzy_test/target/debug/fuzzy_test '%s'",
|
||||
line,
|
||||
prompt
|
||||
))))
|
||||
Reference in New Issue
Block a user