mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Use add-zsh-hook to remove need to call autosuggest_start.
This commit is contained in:
parent
48d2dc1091
commit
00bd0e9125
9 changed files with 40 additions and 47 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue