Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't set tabstop in shell buffers (#224)
:FZF opens a terminal in the same window as the current buffer, and setbufvar(tabstop) affects the cursor position in the current buffer as well as the cursor position in the terminal buffer. To avoid that, don't set tabstop in terminal windows running shells.
- Loading branch information