aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't fail if the first and only typo is at the end of the text.Florian Fischer2020-08-281-7/+7
| * force a redraw for syntax aware highlighting when spelllang changesFlorian Fischer2020-08-281-6/+7
| * add vis.lexers.DEFAULT to the tokens we spellcheckFlorian Fischer2020-08-271-2/+2
| * don't loop infinitely if a typo spans multiple tokensFlorian Fischer2020-08-271-1/+7
| * special case typos at the beginning of text as wellFlorian Fischer2020-08-271-7/+20
| * fix highlighting of typos at the end of the textFlorian Fischer2020-08-271-0/+7
| * add the option 'disable_syntax_awareness' to always check the full viewportFlorian Fischer2020-08-262-1/+4
| * update Readme to mention <F7> and th check_tokens variableFlorian Fischer2020-08-261-1/+4
| * remove all the unsound viewport code and cache the full token_stream instead ...Florian Fischer2020-08-261-29/+9
| * fix a off-by-one errorsFlorian Fischer2020-08-261-1/+1
| * change typo_iter to not find typos in correct spelled wordsFlorian Fischer2020-08-261-2/+7
| * fix typos in typo_iter documentationFlorian Fischer2020-08-261-2/+2
| * wrap io.open or io.proc calls in assertFlorian Fischer2020-08-261-2/+2
| * implement a new algorithm which calls the external spellchecker at most onceFlorian Fischer2020-08-261-51/+62
| * remove unused variable definitionsFlorian Fischer2020-08-261-3/+0
| * extent get_typo() to handle string inputsFlorian Fischer2020-08-261-8/+34
| * separate supress_output into redirects for stdout and stderrFlorian Fischer2020-08-261-5/+7
| * extract generic spellchecking functionality from the full viewport functionFlorian Fischer2020-08-261-15/+38
| * introduce new syntax aware spellchecking mechanismFlorian Fischer2020-08-251-9/+132
* | remove fortunatly ignored -a flag from most list commandsFlorian Fischer2020-08-281-7/+7
|/
* fix start index for string.findFlorian Fischer2020-08-251-1/+1
* make the style of typo highlights configurableFlorian Fischer2020-08-252-2/+5
* toggle spellchecking on <F7> thanks to @leorosaFlorian Fischer2020-04-281-0/+13
* don't ignore the first typoFlorian Fischer2020-04-281-2/+0
* make sure typos is always a stringFlorian Fischer2020-04-281-2/+2
* don't delete word if correction is emptyFlorian Fischer2020-03-301-1/+1
* fix corrections containing whitespaceFlorian Fischer2020-01-171-1/+1
* make selection of spellchecker more usable with different shellsFlorian Fischer2019-11-061-4/+5
* use 42 instead of win.STYLE_INFO as style idFlorian Fischer2019-01-281-2/+2
* spellcheck :)Florian Fischer2019-01-281-3/+3
* Update ReadmeFlorian Fischer2019-01-281-9/+19
* Redesign spellcheckingFlorian Fischer2019-01-281-67/+113
* update keymappings in readmeFlorian Fischer2018-02-221-2/+2
* update to api 0.4Florian Fischer2018-01-101-6/+14
* add aspell and hunspell as default spellcheckersFlorian Fischer2017-05-141-1/+9
* Mention spelllang option in readmeFlorian Fischer2017-05-101-0/+5
* add spelllang optionFlorian Fischer2017-05-051-0/+6
* Add MIT LicenseFlorian Fischer2017-04-262-0/+22
* document correct_under_cursorFlorian Fischer2017-04-261-0/+1
* fix code in ReadmeFlorian Fischer2017-04-261-1/+1
* fix code in ReadmeFlorian Fischer2017-04-261-5/+5
* improve spellcheck and add new function to spellcheck word under cursorFlorian Fischer2017-04-091-8/+31
* generalize spellcheck to work on rangesFlorian Fischer2017-04-091-31/+31
* add Readme and pluginFlorian Fischer2017-04-072-0/+80