preservim / vim-indent-guides

A Vim plugin for visually displaying indent levels in code
MIT License
2.63k stars 166 forks source link

Fix issue 61 #68

Open sheldonwjones opened 10 years ago

sheldonwjones commented 10 years ago

— make g:indent_guides_autocmds_enabled a buffer variable — this allows file type auto commands like (autocmd FileType python IndentGuidesEnable)

nathanaelkane commented 10 years ago

Thanks, will give it a test run shortly.

Quantisan commented 10 years ago

+1 for this feature

cyprusglobe commented 10 years ago

+1 for this feature as well

Ram-Z commented 9 years ago

:+1:

Any particular reason this has not been merged in yet?

nathanaelkane commented 9 years ago

Any particular reason this has not been merged in yet?

Unfortunately there was a reason, the feature broke some existing functionality and I haven't had time to look into fixing it.