aboutsummaryrefslogtreecommitdiffstats
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 simple github workflow running static analysisFlorian Fischer2021-04-281-0/+39
* 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-202-355/+374
* add Makefile and lua-format style definitionFlorian Fischer2021-03-202-0/+44
* remove whitespace in copyright headerFlorian Fischer2021-03-201-1/+1
* Merge pull request #7 from 0x766F6964/check-before-indexingfischerling2021-03-091-1/+5
|\
| * 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
* Merge pull request #6 from migueldvb/readmefischerling2021-02-141-1/+1
|\
| * Use quotes around plugin path in installation informationMiguel de Val-Borro2021-02-131-1/+1
|/
* add init.lua and update usage information in ReadmeFlorian Fischer2021-02-062-2/+8
* fix ignoring of words for the syntax aware lex-closure approachFlorian Fischer2021-01-071-0/+11
* Merge pull request #4 from lepotic/masterfischerling2020-12-211-6/+4
|\
| * Fix arrows in vis-menu by using vis:pipe()Georgi Kirilov2020-12-201-6/+4
|/
* Merge branch 'syntax_aware' into masterFlorian Fischer2020-09-172-31/+264
|\
| * mention vis.lexers.DEFAULT in Readme and capitalize headlinesFlorian Fischer2020-09-171-4/+4
| * 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-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