indentLine
indentLine copied to clipboard
vim-pug (jade): indent lines are disappearing after ~20lines
So, the title says :) indentLine works like a charm, however breaks on heavily indented .jade files. Here's the screen:
Vim 7.4, macOS. I'd be happy to provide more info, as far as I notice any important detail regarding this behaviour
P.S. Awesome plugin, thank you 👍
BTW, syntax highlighting also breaks, so it may be related to vim-pug rather than indentLine itself (not sure how exactly, not a VIM guru to be honest, just a guess).
This happens to me in html files, tags like <style> or <script> just show one indentline and the rest is blank.

Yeah this plugin sometimes seems to have a mind of its own:
if you use tmux2.4 + iterm2 + neovim0.2 +vim-colors-solarized:
try:
https://github.com/altercation/vim-colors-solarized#option-details

let g:solarized_termtrans=1
Please update the plugin, I think this issue has been fixed already.
The syntax-stops-working-halfway I believe is vim's fault. I have this binding set up that solves it:
nnoremap <silent> <leader>sy :syntax sync fromstart<cr>
You can also set it in an autogroup if you have it always happen to some types of files.