mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
- Explicitly match the dot accessor
- Exclude the qualifier when matching qualified function calls
The dot accessor lookbehind on builtin function calls was slow, matching
across expression based dictionary accessors was visually inconsistent,
and it's arguably more semantically correct.
closes: vim/vim#20481
78094ff1d7
Co-authored-by: Doug Kearns <dougkearns@gmail.com>