spelunker.vim
spelunker.vim copied to clipboard
Improved vim spelling plugin (with camel case support)!
How can I fix it? This is how I installed it; using lazy.vim
For lines that have the same word duplicatedly, it may suggest word-correct list for a different word. ```text 'foo bar' hogefuga bar # ^^^^^^^^ # `ZL` here, and it shows...
Add "couldn't" or such auxiliary verbs to whitelist along with "doesn't".
Is it possible to use SpelunkerAddAll to add misspelled words in the selected region? Currently, I get an error message "E481: No range allowed" when using SpelunkerAddAll in the visual...
This is a bit of a last resort issue but `spelunker.vim` is so far the only Vim plugin that satisfies my spell-checking needs - `camelCase` and `snake_case` **code** spell-checking for...
Before this change, e.g. `:call execute("edit foo.txt")` resulted in an error, but works now.
Reset `match_id_dict` of spelunker-internal highlight dictionary, even if `matchdelete()` fails. Now, match id is left if `matchdelete()` fails; but it is the case that the match highlight has already gone....