index
:
vis-spellcheck
master
spell_daemon
Spellcheck plugin for the vis editor
Florian Fischer <florian.fl.fischer@fau.de>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sanitize LANG environment variable
Ismael Luceno
2023-02-20
1
-3
/
+2
*
github: remove github workflow
Florian Fischer
2021-12-29
1
-39
/
+0
*
CI: disable unused falsely copied test job
Florian Fischer
2021-12-28
1
-5
/
+5
*
CI: add simple Gitlab CI config
Florian Fischer
2021-12-28
2
-0
/
+34
*
make: use POSIX check-format
Florian Fischer
2021-12-28
2
-5
/
+10
*
make format
Florian Fischer
2021-12-28
1
-2
/
+3
*
[Readme] update Readme to reflect the file language changes
Florian Fischer
2021-10-07
1
-3
/
+3
*
Add 'spelllang' command to print the current value
Frank Seifferth
2021-10-07
1
-0
/
+6
*
Use 'vis.win.file.spell_language' rather than 'spellcheck.lang'
Frank Seifferth
2021-10-07
1
-5
/
+12
*
add simple github workflow running static analysis
Florian Fischer
2021-04-28
1
-0
/
+39
*
add warning if spellcheck is loaded but no supported spellchecker is installed
Florian Fischer
2021-04-28
1
-0
/
+1
*
fix off-by-one highlighting in non-syntax aware mode
Florian Fischer
2021-03-25
1
-1
/
+1
*
make typo_style_id configurable
Florian Fischer
2021-03-25
1
-2
/
+3
*
ignore two luacheck shadowing warnings
Florian Fischer
2021-03-20
1
-2
/
+2
*
make format
Florian Fischer
2021-03-20
2
-355
/
+374
*
add Makefile and lua-format style definition
Florian Fischer
2021-03-20
2
-0
/
+44
*
remove whitespace in copyright header
Florian Fischer
2021-03-20
1
-1
/
+1
*
Merge pull request #7 from 0x766F6964/check-before-indexing
fischerling
2021-03-09
1
-1
/
+5
|
\
|
*
check if "LANG" environment variable exists before indexing it
Randy Palamar
2021-03-08
1
-1
/
+5
|
/
*
fix most warnings reported by luacheck
Florian Fischer
2021-02-17
1
-18
/
+18
*
don't try to use empty corrections
Florian Fischer
2021-02-17
1
-0
/
+4
*
Merge pull request #6 from migueldvb/readme
fischerling
2021-02-14
1
-1
/
+1
|
\
|
*
Use quotes around plugin path in installation information
Miguel de Val-Borro
2021-02-13
1
-1
/
+1
|
/
*
add init.lua and update usage information in Readme
Florian Fischer
2021-02-06
2
-2
/
+8
*
fix ignoring of words for the syntax aware lex-closure approach
Florian Fischer
2021-01-07
1
-0
/
+11
*
Merge pull request #4 from lepotic/master
fischerling
2020-12-21
1
-6
/
+4
|
\
|
*
Fix arrows in vis-menu by using vis:pipe()
Georgi Kirilov
2020-12-20
1
-6
/
+4
|
/
*
Merge branch 'syntax_aware' into master
Florian Fischer
2020-09-17
2
-31
/
+264
|
\
|
*
mention vis.lexers.DEFAULT in Readme and capitalize headlines
Florian Fischer
2020-09-17
1
-4
/
+4
|
*
escape magic characters in typos
Florian Fischer
2020-08-28
1
-1
/
+26
|
*
don't stop iterating over typos when an empty one is encountered
Florian Fischer
2020-08-28
1
-2
/
+2
|
*
ignore empty typos
Florian Fischer
2020-08-28
1
-1
/
+1
|
*
reset last_data when enabling spellcheck to enforce new highlighting
Florian Fischer
2020-08-28
1
-0
/
+2
|
*
return early if we can't get the typos from our external spellchecker
Florian Fischer
2020-08-28
1
-0
/
+6
|
*
Don't fail if the first and only typo is at the end of the text.
Florian Fischer
2020-08-28
1
-7
/
+7
|
*
force a redraw for syntax aware highlighting when spelllang changes
Florian Fischer
2020-08-28
1
-6
/
+7
|
*
add vis.lexers.DEFAULT to the tokens we spellcheck
Florian Fischer
2020-08-27
1
-2
/
+2
|
*
don't loop infinitely if a typo spans multiple tokens
Florian Fischer
2020-08-27
1
-1
/
+7
|
*
special case typos at the beginning of text as well
Florian Fischer
2020-08-27
1
-7
/
+20
|
*
fix highlighting of typos at the end of the text
Florian Fischer
2020-08-27
1
-0
/
+7
|
*
add the option 'disable_syntax_awareness' to always check the full viewport
Florian Fischer
2020-08-26
2
-1
/
+4
|
*
update Readme to mention <F7> and th check_tokens variable
Florian Fischer
2020-08-26
1
-1
/
+4
|
*
remove all the unsound viewport code and cache the full token_stream instead ...
Florian Fischer
2020-08-26
1
-29
/
+9
|
*
fix a off-by-one errors
Florian Fischer
2020-08-26
1
-1
/
+1
|
*
change typo_iter to not find typos in correct spelled words
Florian Fischer
2020-08-26
1
-2
/
+7
|
*
fix typos in typo_iter documentation
Florian Fischer
2020-08-26
1
-2
/
+2
|
*
wrap io.open or io.proc calls in assert
Florian Fischer
2020-08-26
1
-2
/
+2
|
*
implement a new algorithm which calls the external spellchecker at most once
Florian Fischer
2020-08-26
1
-51
/
+62
|
*
remove unused variable definitions
Florian Fischer
2020-08-26
1
-3
/
+0
|
*
extent get_typo() to handle string inputs
Florian Fischer
2020-08-26
1
-8
/
+34
[next]