Skip to content

Commit 70d7377

Browse files
authored
chore: lua-language-server 3.9.1 -> 3.10.5 (#2898)
1 parent ea55ef1 commit 70d7377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
nvim_version: [ stable, nightly ]
70-
luals_version: [ 3.9.1 ]
70+
luals_version: [ 3.10.5 ]
7171

7272
steps:
7373
- uses: actions/checkout@v4

lua/nvim-tree/marks/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function Marks:navigate_select()
261261
if not choice or choice == "" then
262262
return
263263
end
264-
local node = self:get { absolute_path = choice }
264+
local node = self.marks[choice]
265265
if node and not node.nodes and not utils.get_win_buf_from_path(node.absolute_path) then
266266
open_file.fn("edit", node.absolute_path)
267267
elseif node then

0 commit comments

Comments
 (0)