diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-08-29 22:55:48 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-08-29 22:55:48 -0400 |
| commit | 9bb62777b251ddc7a277debf19f0b3796e8ec81f (patch) | |
| tree | d1aba4b63547036135deb9b2d2ceaf38c2005077 /lua/telescope/finders.lua | |
| parent | fc534a58d8d5bb68a3f8e9ba0e12956be990832e (diff) | |
fix: Think I fixed the weird movements
Diffstat (limited to 'lua/telescope/finders.lua')
| -rw-r--r-- | lua/telescope/finders.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/finders.lua b/lua/telescope/finders.lua index 3ac548c..64dfcaa 100644 --- a/lua/telescope/finders.lua +++ b/lua/telescope/finders.lua @@ -72,7 +72,7 @@ function Finder:_find(prompt, process_result, process_complete) self.job:shutdown() end - log.info("Finding...") + log.trace("Finding...") if self.static and self.done then log.info("Using previous results") for _, v in ipairs(self._cached_lines) do |
