aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* First attempt to start daemon.HEADspell_daemonMatěj Cepl2024-02-171-0/+12
* Merge pull request #12 from roguh/turn_on_highlighting_when_suggestingfischerling2024-02-131-0/+3
|\
| * Turn on highlighting when suggestions keybinding Ctrl-W W is pressedRivera Calzadillas2024-02-121-0/+3
|/
* use spelling_language in spelllang optionmasterFlorian Fischer2023-11-271-1/+1
* Merge pull request #11 from seifferth/patch-1fischerling2023-09-251-2/+2
|\
| * Rename 'spell_language' to 'spelling_language'Frank Seifferth2023-09-251-2/+2
|/
* Merge branch 'noreturn' into 'master'Florian Fischer2023-09-151-7/+0
|\
| * don't return anything in WIN_HIGHLIGHT eventRandy Palamar2023-09-141-7/+0
|/
* Merge pull request #10 from rnpnr/add-wordsfischerling2023-04-202-1/+30
|\
| * ignore newly added word to prevent it from being highlightedFlorian Fischer2023-04-201-2/+13
| * add keybind to add word to user dictionaryRandy Palamar2023-04-192-0/+18
* | Merge branch 'spelllang-env-var' into 'master'Florian Fischer2023-04-171-1/+1
|\ \ | |/ |/|
| * consider the environment variable VIS_SPELLLANG as defaultFlorian Fischer2023-04-171-1/+1
|/
* Merge branch 'fix-leading-typo-detection' into 'master'Florian Fischer2023-03-021-18/+19
|\
| * fix typo detection at file startFlorian Fischer2023-03-021-18/+19
|/
* Merge branch 'master' into 'master'Florian Fischer2023-02-211-3/+2
|\
| * Sanitize LANG environment variableIsmael Luceno2023-02-201-3/+2
|/
* github: remove github workflowFlorian Fischer2021-12-291-39/+0
* CI: disable unused falsely copied test jobFlorian Fischer2021-12-281-5/+5
* CI: add simple Gitlab CI configFlorian Fischer2021-12-282-0/+34
* make: use POSIX check-formatFlorian Fischer2021-12-282-5/+10
* make formatFlorian Fischer2021-12-281-2/+3
* [Readme] update Readme to reflect the file language changesFlorian Fischer2021-10-071-3/+3
* 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