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 2b3a656 commit 48818d5Copy full SHA for 48818d5
lua/nvim-tree/view.lua
@@ -103,7 +103,6 @@ local function open_window()
103
local winnr = a.nvim_get_current_win()
104
local tabpage = a.nvim_get_current_tabpage()
105
M.View.tabpages[tabpage] = vim.tbl_extend("force", M.View.tabpages[tabpage] or {help = false}, {winnr = winnr})
106
- vim.cmd ":wincmd ="
107
end
108
109
local function set_window_options_and_buffer()
@@ -180,6 +179,7 @@ function M.resize(size)
180
179
else
181
a.nvim_win_set_height(M.get_winnr(), get_size())
182
+ vim.cmd ":wincmd ="
183
184
185
function M.reposition_window()
0 commit comments