unblevable / quick-scope

Lightning fast left-right movement in Vim
MIT License
1.43k stars 54 forks source link

I get an error when I move to a specific line #58

Closed viniciusban closed 4 years ago

viniciusban commented 4 years ago

I get this error:

Error detected while processing function quick_scope#HighlightLine[9]..<SNR>101_get_highlight
_patterns[122]..<SNR>101_save_chars_with_secondary_highlights:
line    6:
E121: Undefined variable: s:chars_s
Press ENTER or type command to continue
Error detected while processing function quick_scope#HighlightLine[9]..<SNR>101_get_highlight
_patterns[122]..<SNR>101_save_chars_with_secondary_highlights:
line    6:
E116: Invalid arguments for function add
Press ENTER or type command to continue
Error detected while processing function quick_scope#HighlightLine:
line    9:
E714: List required

when I move the cursor to this line in my vimrc file:

"    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
viniciusban commented 4 years ago

Somehow this problem disappeared.