From fa0382d93e73b66e7ec769cec27b9fbb21020641 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 31 Jul 2020 00:05:22 -0400 Subject: Streamed some refactoring. More work to do --- scratch/fuzzy_tester.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scratch/fuzzy_tester.lua (limited to 'scratch/fuzzy_tester.lua') diff --git a/scratch/fuzzy_tester.lua b/scratch/fuzzy_tester.lua new file mode 100644 index 0000000..0971381 --- /dev/null +++ b/scratch/fuzzy_tester.lua @@ -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 +)))) -- cgit v1.2.3