diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-25 15:14:48 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-25 15:14:48 -0700 |
| commit | 9be01a1a50a61635ea7169e01c85fab41638ad66 (patch) | |
| tree | a4d50311770e1eed49bf330dd0596db19fc7cea3 /lua/99/extensions/work/worker.lua | |
| parent | ba72babb9d606f021ef0697a572ced10d5ff0d48 (diff) | |
| download | a4-9be01a1a50a61635ea7169e01c85fab41638ad66.tar.xz a4-9be01a1a50a61635ea7169e01c85fab41638ad66.zip | |
the vibe stuff is sort of there. I genuinely dislike what it is, moving
on
Diffstat (limited to 'lua/99/extensions/work/worker.lua')
| -rw-r--r-- | lua/99/extensions/work/worker.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/99/extensions/work/worker.lua b/lua/99/extensions/work/worker.lua index a967b4c..7bc65d9 100644 --- a/lua/99/extensions/work/worker.lua +++ b/lua/99/extensions/work/worker.lua @@ -155,13 +155,4 @@ function M.search() }) end -function M.last_search_results() - if M.last_work_search == nil then - print("no previous search results") - return - end - - require("99").qfix(M.last_work_search) -end - return M |
