We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea55ef1 commit 70d7377Copy full SHA for 70d7377
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
strategy:
68
matrix:
69
nvim_version: [ stable, nightly ]
70
- luals_version: [ 3.9.1 ]
+ luals_version: [ 3.10.5 ]
71
72
steps:
73
- uses: actions/checkout@v4
lua/nvim-tree/marks/init.lua
@@ -261,7 +261,7 @@ function Marks:navigate_select()
261
if not choice or choice == "" then
262
return
263
end
264
- local node = self:get { absolute_path = choice }
+ local node = self.marks[choice]
265
if node and not node.nodes and not utils.get_win_buf_from_path(node.absolute_path) then
266
open_file.fn("edit", node.absolute_path)
267
elseif node then
0 commit comments