Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nvim-tree/nvim-tree.lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: nvim-tree/nvim-tree.lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 5, 2025

  1. perf(#3171): use vim.system() instead of vim.fn.system() to execute g…

    …it toplevel (#3175)
    
    * fix(#3171): use vim.system() to determine git toplevel
    
    * Don't use vim.trim
    
    * Ensure sdtout is a string
    
    * Keep Nvim 0.9 compatibility
    
    * Use vim.system to query git config for status.showUntrackedFiles too
    przepompownia authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    9a05b9e View commit details
    Browse the repository at this point in the history
  2. feat(#2826): allow only one window with nvim-tree buffer per tab (#3174)

    * feat(#2826): allow only one window with nvim-tree buffer per tab
    
    * feat(#2826): remove globals.BUFNR_BY_TABID
    
    * Revert "feat(#2826): remove globals.BUFNR_BY_TABID"
    
    This reverts commit 2651f9b.
    
    * feat(#2826): remove unused View.winid_by_tabid
    
    * feat(#2826): add feature gate experimental.close_other_windows_in_tab
    alex-courtis authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    dd2364d View commit details
    Browse the repository at this point in the history
Loading