-
- Downloads
Avoid breaking tab-local directory settings
Neovim has support for tab-local settings, additionally to global and window-local. When a tab is set with `tcd`, if the directory is changed with `cd`, the tab-local setting is discarded. This patch fixes the current bug by setting checking the granularity of current setting prior to changing directory.
Loading
Please register or sign in to comment