vim-indentguides
vim-indentguides copied to clipboard
ToggleIndentGuides() isn't called when opening the same file.
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.
When you call
:IndentGuidesToggle
while having the same file open in multiple instances, split and on different tabs, causes some interesting behavior.