-
Couldn't load subscription status.
- Fork 4
Open
Labels
Description
There is a keyboard shortcut for placing % and doing the autocomplete automatically when the developer pushes . out of habit from other languages. When operators are used like .and or .eq., the first dot never makes it to the buffer because it gets overwritten as %.
Fix by adding ( and [space] to the regex for the preceding character that decides when to use a % instead of the ..