You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indents appear perfectly fine when I open a single file. However, if I open a second file using tabe, then I lose indent guides in both files. Is this a bug or am I doing something wrong? My vimrc has a single line related to indent guides:
Maybe you could reproduce it with my python.vim and vimrc. If you need to look at my .vim folder, I have included the tree output of the folder python.vim.txt vim_folder_structure.txt vimrc.txt
The pics I posted were for the python scripts. I checked if the problem persists for other formats by including the same settings in my latex files. Surprisingly, in case of tex files, opening a second tab changed the colour to gray, but still displayed the indents. Don't know if this is useful. See the screenshots below
With only one tab :
After opening a second tab:
EDIT:
I think it has something to do with the colorscheme.
Indents appear perfectly fine when I open a single file. However, if I open a second file using
tabe
, then I lose indent guides in both files. Is this a bug or am I doing something wrong? My vimrc has a single line related to indent guides:and my python.vim has following lines:
Single Tab view:
Multiple tab view:
The text was updated successfully, but these errors were encountered: