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
*
First attempt to start daemon.
HEAD
spell_daemon
Matěj Cepl
2024-02-17
1
-0
/
+12
*
Merge pull request #12 from roguh/turn_on_highlighting_when_suggesting
fischerling
2024-02-13
1
-0
/
+3
|
\
|
*
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
*
Merge pull request #11 from seifferth/patch-1
fischerling
2023-09-25
1
-2
/
+2
|
\
|
*
Rename 'spell_language' to 'spelling_language'
Frank Seifferth
2023-09-25
1
-2
/
+2
|
/
*
Merge branch 'noreturn' into 'master'
Florian Fischer
2023-09-15
1
-7
/
+0
|
\
|
*
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
2
-1
/
+30
|
\
|
*
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
2
-0
/
+18
*
|
Merge branch 'spelllang-env-var' into 'master'
Florian Fischer
2023-04-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
consider the environment variable VIS_SPELLLANG as default
Florian Fischer
2023-04-17
1
-1
/
+1
|
/
*
Merge branch 'fix-leading-typo-detection' into 'master'
Florian Fischer
2023-03-02
1
-18
/
+19
|
\
|
*
fix typo detection at file start
Florian Fischer
2023-03-02
1
-18
/
+19
|
/
*
Merge branch 'master' into 'master'
Florian Fischer
2023-02-21
1
-3
/
+2
|
\
|
*
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
[next]