Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.14k stars 227 forks source link

Too much delay on using TAB on empty lines #278

Open chhajedji opened 5 years ago

chhajedji commented 5 years ago

Hello,

Using a tab on empty line is not working properly. There is a lot of delay in adding tab and vim is hung during that time. Although adding tab on a line with some value in it is smooth. Not of much importance for me, but since I discovered it so reporting it.

Yggdroot commented 5 years ago

I can not reproduce this issue. Can you disable all the other plugins and have a try?

chhajedji commented 5 years ago

Disabling all plugins is did solve the problem. I use pathogen as my plugin manager. List of plugins I use:

[chinmayc ~/.vim/bundle ()]$ ls
cscope_maps.vim       indentLine/           lightline.vim/        nerdcommenter/
nerdtree/             rigel/                vim-colors-solarized/

Can you tell which plugin would be affecting this? If you would like to see settings for any specific plugin I can provide you or you can find my .vimrc here.