temp: Removing redraw for now to see if it feels slower or faster for people

This commit is contained in:
TJ DeVries
2020-10-08 14:22:10 -04:00
parent 9e470537c8
commit c0f99aa09d

View File

@@ -340,8 +340,8 @@ function Picker:find()
a.nvim_buf_add_highlight(prompt_bufnr, ns_telescope_prompt_prefix, 'TelescopePromptPrefix', 0, 0, #prompt_prefix) a.nvim_buf_add_highlight(prompt_bufnr, ns_telescope_prompt_prefix, 'TelescopePromptPrefix', 0, 0, #prompt_prefix)
end end
-- Draw the screen ASAP. This makes things feel speedier. -- Temporarily disabled: Draw the screen ASAP. This makes things feel speedier.
vim.cmd [[redraw]] -- vim.cmd [[redraw]]
-- First thing we want to do is set all the lines to blank. -- First thing we want to do is set all the lines to blank.
self.max_results = popup_opts.results.height self.max_results = popup_opts.results.height