From d6253913dc4d57720603babebc7529fa494255be Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 8 Sep 2024 14:39:10 +1000 Subject: [PATCH] chore: lua-language-server 3.9.1 -> 3.10.5 --- .github/workflows/ci.yml | 2 +- lua/nvim-tree/marks/init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dfca37a9e3..7065496874a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: strategy: matrix: nvim_version: [ stable, nightly ] - luals_version: [ 3.9.1 ] + luals_version: [ 3.10.5 ] steps: - uses: actions/checkout@v4 diff --git a/lua/nvim-tree/marks/init.lua b/lua/nvim-tree/marks/init.lua index 8947dfa6eca..c639d1c8f69 100644 --- a/lua/nvim-tree/marks/init.lua +++ b/lua/nvim-tree/marks/init.lua @@ -261,7 +261,7 @@ function Marks:navigate_select() if not choice or choice == "" then return end - local node = self:get { absolute_path = choice } + local node = self.marks[choice] if node and not node.nodes and not utils.get_win_buf_from_path(node.absolute_path) then open_file.fn("edit", node.absolute_path) elseif node then