azabiong / vim-highlighter

Highlight words and expressions
MIT License
237 stars 11 forks source link

Error detected while using highlighter.vim #3

Closed WritwikRay closed 2 years ago

WritwikRay commented 2 years ago

Hi the following error popped. I'm using vim 8.1 Not an editor command: const s:FL = s:FindList

azabiong commented 2 years ago

Hi, Thanks for the update. It seems that the 'const' keyword has been introduced at the vim version 8.1.1539. (vim#4541) If possible, I would recommend to upgrade vim to the recent version to avoid further problems and to use new features. I'll update the version compatibility.