From ae7fd0d27a72fa3088e84992eb5040853164dad6 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Tue, 29 Sep 2020 22:52:38 -0400 Subject: feat: Add status, better debug, and some associated refactors * [WIP]: Mon 28 Sep 2020 01:08:24 PM EDT * add much much better tracking. so much less hax * status updates, oneshot job updates, etc. * remove temp function * add status function * asdfasdfasdf --- lua/tests/manual/large_search.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lua/tests/manual/large_search.lua') diff --git a/lua/tests/manual/large_search.lua b/lua/tests/manual/large_search.lua index 3ad6b5a..eda5f16 100644 --- a/lua/tests/manual/large_search.lua +++ b/lua/tests/manual/large_search.lua @@ -7,9 +7,6 @@ local previewers = require('telescope.previewers') local pickers = require('telescope.pickers') local sorters = require('telescope.sorters') -PERF_DEBUG = 182 -vim.api.nvim_buf_set_lines(PERF_DEBUG, 0, -1, false, {}) - local cwd = vim.fn.expand("~/build/neovim") pickers.new { @@ -28,7 +25,6 @@ pickers.new { }:find() -COMPLETED = false -- vim.wait(3000, function() -- vim.cmd [[redraw!]] -- return COMPLETED -- cgit v1.2.3