diff options
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | TODO | 5 | ||||
m--------- | contrib/scinterm | 0 |
3 files changed, 2 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 3636830..c09dc98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ ignore = untracked [submodule "scinterm"] path = contrib/scinterm - url = https://github.com/orbitalquark/scinterm.git + url = https://github.com/rhaberkorn/scinterm.git [submodule "lexilla"] path = contrib/lexilla url = https://github.com/rhaberkorn/lexilla.git @@ -426,10 +426,7 @@ Features: Apparently there is also a terminfo entry Ms, but it's probably not worth using it since it won't always be set. See also https://github.com/tmux/tmux/wiki/Clipboard - * Write standard library module for spell checking. - This can eg. use hunspell/aspell/ispell `-a` mode. - See my SciTE implementation on how to do this. - The resulting macro can be added to a save hook. + * Add a save-ED-hook, which could be useful for spell checking. * A dirtify-hook would be useful and could be used for spell checking. Naturally it could only be exected at the end of executing interactive commands) and it should be triggered diff --git a/contrib/scinterm b/contrib/scinterm -Subproject ebb79cb1d0103ec58f94e83d2d278f91cddc107 +Subproject e1560a0ae844423ff201965a6bf605ba7706710 |