Skip to content

Commit

Permalink
fix #758
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Oct 26, 2021
1 parent 088f65e commit c7184a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* `FIX` [#749](https://github.com/sumneko/lua-language-server/issues/749)
* `FIX` [#752](https://github.com/sumneko/lua-language-server/issues/752)
* `FIX` [#756](https://github.com/sumneko/lua-language-server/issues/756)
* `FIX` [#758](https://github.com/sumneko/lua-language-server/issues/758)

## 2.4.5
`2021-10-18`
Expand Down
1 change: 1 addition & 0 deletions script/core/searcher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@ function m.searchRefsByID(status, suri, expect, mode)
end

search(suri, expect, nil)
flushGeneric()
end

local function prepareSearch(source)
Expand Down

0 comments on commit c7184a9

Please sign in to comment.