Commit 7eec467
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.1 parent 0d54ea8 commit 7eec467
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
| 458 | + | |
458 | 459 | | |
459 | 460 | | |
460 | 461 | | |
| |||
0 commit comments