A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/f6329ea137730e571671ee31309ec1b7dc6ec85e below:

correct prefix when filterText is present (#17051) · neovim/neovim@f6329ea · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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