File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ function fuzzy.get_query()
68
68
-- Since sub(1, 1) returns a single char string, we need to check if that single char matches
69
69
-- and otherwise return an empty string
70
70
if range [1 ] == range [2 ] and line :sub (range [1 ], range [1 ]):match (cmp_config .keyword_regex ) == nil then return ' ' end
71
- vim .print (string.sub (line , range [1 ], range [2 ]))
72
71
return string.sub (line , range [1 ], range [2 ])
73
72
end
74
73
Original file line number Diff line number Diff line change @@ -147,10 +147,6 @@ function lsp:get_completions(context, callback)
147
147
vim .list_extend (combined_response .items , response .items )
148
148
end
149
149
150
- for _ , item in ipairs (combined_response .items ) do
151
- if item .label == ' len' then vim .print (item ) end
152
- end
153
-
154
150
callback (combined_response )
155
151
end )
156
152
end
You can’t perform that action at this time.
0 commit comments