mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-05-11 05:54:57 +00:00
Use add-zsh-hook
to remove need to call autosuggest_start
.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
SCRIPT_DIR=$(dirname "$0")
|
||||
TEST_DIR=$SCRIPT_DIR/../test
|
||||
DIST_DIR=$SCRIPT_DIR/../dist
|
||||
DIST_DIR=$SCRIPT_DIR/../
|
||||
|
||||
source $DIST_DIR/autosuggestions.zsh
|
||||
source $DIST_DIR/zsh-autosuggestions.zsh
|
||||
|
||||
testDefaultHighlightStyle() {
|
||||
assertEquals \
|
||||
|
Reference in New Issue
Block a user