RRethy / vim-illuminate

illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.
2.14k stars 47 forks source link

Fix invalid expression #68

Closed apemost closed 3 years ago

apemost commented 3 years ago

Fix #67

RRethy commented 3 years ago

https://github.com/RRethy/vim-illuminate/issues/67#issuecomment-786086046

RRethy commented 3 years ago

Please remove the spaces around the . concatenation operator and I'll merge.

apemost commented 3 years ago

Please remove the spaces around the . concatenation operator and I'll merge.

Removed the spaces.