diff options
author | bloodstalker <thabogre@gmail.com> | 2019-08-30 10:55:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-08-30 10:55:29 +0000 |
commit | f11aa701c6f0a39ee1d908ae1972ce85422bc2f3 (patch) | |
tree | 80401360a4bc6932232c65ffc08320f2d8a43311 /.gitmodules | |
parent | do not pull this commit [ci skip] (diff) | |
download | mutator-f11aa701c6f0a39ee1d908ae1972ce85422bc2f3.tar.gz mutator-f11aa701c6f0a39ee1d908ae1972ce85422bc2f3.zip |
updated the completion and hint for bruiser. its using a fork of linenoise now. i will add lua context-sensetive completions later.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7215ad6..c0e7484 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "cgrep"] path = cgrep url = https://github.com/bloodstalker/cgrep +[submodule "bruiser/linenoise"] + path = bruiser/linenoise + url = https://github.com/bloodstalker/linenoise |