+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -1598,7 +1598,7 @@ end
1598
1598
local function adjust_start_col(lnum, line, items, encoding)
1599
1599
local min_start_char = nil
1600
1600
for _, item in pairs(items) do
1601
-
if item.textEdit and item.textEdit.range.start.line == lnum - 1 then
1601
+
if item.filterText == nil and item.textEdit and item.textEdit.range.start.line == lnum - 1 then
1602
1602
if min_start_char and min_start_char ~= item.textEdit.range.start.character then
1603
1603
return nil
1604
1604
end
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4