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
path:
root
/
spellcheck.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
First attempt to start daemon.
HEAD
spell_daemon
Matěj Cepl
2024-02-17
1
-0
/
+12
*
Turn on highlighting when suggestions keybinding Ctrl-W W is pressed
Rivera Calzadillas
2024-02-12
1
-0
/
+3
*
use spelling_language in spelllang option
master
Florian Fischer
2023-11-27
1
-1
/
+1
*
Rename 'spell_language' to 'spelling_language'
Frank Seifferth
2023-09-25
1
-2
/
+2
*
don't return anything in WIN_HIGHLIGHT event
Randy Palamar
2023-09-14
1
-7
/
+0
*
Merge pull request #10 from rnpnr/add-words
fischerling
2023-04-20
1
-1
/
+29
|
\
|
*
ignore newly added word to prevent it from being highlighted
Florian Fischer
2023-04-20
1
-2
/
+13
|
*
add keybind to add word to user dictionary
Randy Palamar
2023-04-19
1
-0
/
+17
*
|
consider the environment variable VIS_SPELLLANG as default
Florian Fischer
2023-04-17
1
-1
/
+1
|
/
*
fix typo detection at file start
Florian Fischer
2023-03-02
1
-18
/
+19
*
Sanitize LANG environment variable
Ismael Luceno
2023-02-20
1
-3
/
+2
*
make format
Florian Fischer
2021-12-28
1
-2
/
+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 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
1
-352
/
+371
*
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
*
fix ignoring of words for the syntax aware lex-closure approach
Florian Fischer
2021-01-07
1
-0
/
+11
*
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
1
-27
/
+255
|
\
|
*
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
1
-1
/
+2
|
*
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
[next]