From 20152c6afdd68a819d441590d3934a8bc9478982 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Sat, 12 Feb 2022 21:01:22 +0900 Subject: [PATCH] Fix #789 --- lua/cmp/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/cmp/init.lua b/lua/cmp/init.lua index 11e359a..decebfd 100644 --- a/lua/cmp/init.lua +++ b/lua/cmp/init.lua @@ -312,9 +312,6 @@ end) autocmd.subscribe('TextChanged', function() if config.enabled() then cmp.core:on_change('TextChanged') - else - cmp.core:reset() - cmp.core.view:close() end end)