vim-indentguides icon indicating copy to clipboard operation
vim-indentguides copied to clipboard

ToggleIndentGuides() isn't called when opening the same file.

Open Dosx001 opened this issue 3 years ago • 1 comments

If you open a file multiple times at once like this: vim -p file file file file vim -o file file file file vim -O file file file file ToggleIndentGuides() will only run for the first instance of the file opening.

Dosx001 avatar Aug 07 '21 17:08 Dosx001

When you call :IndentGuidesToggle while having the same file open in multiple instances, split and on different tabs, causes some interesting behavior.

Dosx001 avatar Aug 07 '21 18:08 Dosx001