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
vim-xkbswitch/plugin/xkbswitch.vim:126
Error detected while processing function 180_tr_load:
line 8:
E684: list index out of range: 0
E15: Invalid expression: data[0] == '<' || data[0] == '>'
The text was updated successfully, but these errors were encountered:
By some reason the regexp check for empty lines in the plugin code
ifline=~ '\(^\s*#\|^\s*$\)'continueendif
is not working in your environment. I just checked it with latest vim on a Linux machine with different regexpengine set (1 and 2): all variants work. You can try to play with this value setting in your .vimrc
setregexpengine=1
(or 2), but this is global! Probably your libpcre is something strange (do you use Windows machine?).
The easiest way to fix this is just remove empty lines in your xkbswitch.tr. ))
vim running and :messages output :
vim-xkbswitch/plugin/xkbswitch.vim:126
Error detected while processing function 180_tr_load:
line 8:
E684: list index out of range: 0
E15: Invalid expression: data[0] == '<' || data[0] == '>'
The text was updated successfully, but these errors were encountered: