From a9eebc7ba967755ef4cc4f6cf9bef8589a68aa5a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Jul 2024 11:42:57 -0300 Subject: Fix: session_workarounds: variable name --- vim.dot.link/plugin/session_workarounds.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim.dot.link') diff --git a/vim.dot.link/plugin/session_workarounds.vim b/vim.dot.link/plugin/session_workarounds.vim index be51942..ec891a8 100644 --- a/vim.dot.link/plugin/session_workarounds.vim +++ b/vim.dot.link/plugin/session_workarounds.vim @@ -24,7 +24,7 @@ command! -bang FixWindowWidths :call FixWindowWidths() " Fix window widths on all tabs function FixAllWindowWidths() " Make sure to run this only once - if exists("did_fixed_nerdtree_widths") + if exists("did_fixed_window_widths") return endif @@ -39,7 +39,7 @@ function FixAllWindowWidths() " An additional, last move to the left pane wincmd l - let dir_fixed_nerdtree_widths=1 + let did_fixed_window_widths=1 endfunction " Ensure the window has maximized height -- cgit v1.2.3