A RetroSearch Logo

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

Search Query:

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

avoid nil workspace/symbol query (#17107) · neovim/neovim@7085e5b · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed Original file line number Diff line number Diff line change

@@ -447,6 +447,9 @@ end

447 447

---@param query (string, optional)

448 448

function M.workspace_symbol(query)

449 449

query = query or npcall(vfn.input, "Query: ")

450 +

if query == nil then

451 +

return

452 +

end

450 453

local params = {query = query}

451 454

request('workspace/symbol', params)

452 455

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