mirror of
https://github.com/dense-analysis/ale
synced 2024-12-25 15:42:26 +00:00
0e99519500
The default `omni_start_map` is too restrictive for Lisps and Schemes like Racket, which permit hyphens (among other special characters). As recorded in #3870, trying to complete `file-name-from-path` when typing `file-name<C-x><C-o>` would give completions like `namespace` because the hyphen is ignored to find the start of the word for completion. Now the racket filetype searches for the start using the keyword class `\k`, which is more precise. |
||
---|---|---|
.. | ||
ale | ||
asyncomplete/sources | ||
ale.vim |