aboutsummaryrefslogtreecommitdiffstats
path: root/spellcheck.lua
Commit message (Expand)AuthorAgeFilesLines
* Add 'spelllang' command to print the current valueFrank Seifferth2021-10-071-0/+6
* Use 'vis.win.file.spell_language' rather than 'spellcheck.lang'Frank Seifferth2021-10-071-5/+12
* add warning if spellcheck is loaded but no supported spellchecker is installedFlorian Fischer2021-04-281-0/+1
* fix off-by-one highlighting in non-syntax aware modeFlorian Fischer2021-03-251-1/+1
* make typo_style_id configurableFlorian Fischer2021-03-251-2/+3
* ignore two luacheck shadowing warningsFlorian Fischer2021-03-201-2/+2
* make formatFlorian Fischer2021-03-201-352/+371
* check if "LANG" environment variable exists before indexing itRandy Palamar2021-03-081-1/+5
* fix most warnings reported by luacheckFlorian Fischer2021-02-171-18/+18
* don't try to use empty correctionsFlorian Fischer2021-02-171-0/+4
* fix ignoring of words for the syntax aware lex-closure approachFlorian Fischer2021-01-071-0/+11
* Fix arrows in vis-menu by using vis:pipe()Georgi Kirilov2020-12-201-6/+4
* Merge branch 'syntax_aware' into masterFlorian Fischer2020-09-171-27/+255
|\
| * escape magic characters in typosFlorian Fischer2020-08-281-1/+26
| * don't stop iterating over typos when an empty one is encounteredFlorian Fischer2020-08-281-2/+2
| * ignore empty typosFlorian Fischer2020-08-281-1/+1
| * reset last_data when enabling spellcheck to enforce new highlightingFlorian Fischer2020-08-281-0/+2
| * return early if we can't get the typos from our external spellcheckerFlorian Fischer2020-08-281-0/+6
| * 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-261-1/+2
| * 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-251-1/+2
* 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
* Redesign spellcheckingFlorian Fischer2019-01-281-67/+113
* update to api 0.4Florian Fischer2018-01-101-6/+14
* add aspell and hunspell as default spellcheckersFlorian Fischer2017-05-141-1/+9