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
*
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
|
*
separate supress_output into redirects for stdout and stderr
Florian Fischer
2020-08-26
1
-5
/
+7
|
*
extract generic spellchecking functionality from the full viewport function
Florian Fischer
2020-08-26
1
-15
/
+38
|
*
introduce new syntax aware spellchecking mechanism
Florian Fischer
2020-08-25
1
-9
/
+132
*
|
remove fortunatly ignored -a flag from most list commands
Florian Fischer
2020-08-28
1
-7
/
+7
|
/
*
fix start index for string.find
Florian Fischer
2020-08-25
1
-1
/
+1
*
make the style of typo highlights configurable
Florian Fischer
2020-08-25
2
-2
/
+5
*
toggle spellchecking on <F7> thanks to @leorosa
Florian Fischer
2020-04-28
1
-0
/
+13
*
don't ignore the first typo
Florian Fischer
2020-04-28
1
-2
/
+0
*
make sure typos is always a string
Florian Fischer
2020-04-28
1
-2
/
+2
*
don't delete word if correction is empty
Florian Fischer
2020-03-30
1
-1
/
+1
*
fix corrections containing whitespace
Florian Fischer
2020-01-17
1
-1
/
+1
*
make selection of spellchecker more usable with different shells
Florian Fischer
2019-11-06
1
-4
/
+5
*
use 42 instead of win.STYLE_INFO as style id
Florian Fischer
2019-01-28
1
-2
/
+2
*
spellcheck :)
Florian Fischer
2019-01-28
1
-3
/
+3
*
Update Readme
Florian Fischer
2019-01-28
1
-9
/
+19
*
Redesign spellchecking
Florian Fischer
2019-01-28
1
-67
/
+113
*
update keymappings in readme
Florian Fischer
2018-02-22
1
-2
/
+2
*
update to api 0.4
Florian Fischer
2018-01-10
1
-6
/
+14
[next]