mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-25 04:40:21 +00:00
No need of dash in -hsmw-highlight file name, it's not autoload function
This commit is contained in:
parent
c585d3deb5
commit
c80503faac
2 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ _hsmw_main() {
|
|||
}
|
||||
|
||||
(( __hsmw_hcw_call_count ++ ))
|
||||
[[ "$__HSMW_MH_SOURCED" != "1" ]] && source "$HSMW_REPO_DIR/-hsmw-highlight"
|
||||
[[ "$__HSMW_MH_SOURCED" != "1" ]] && source "$HSMW_REPO_DIR/hsmw-highlight"
|
||||
|
||||
_hsmw_main
|
||||
|
||||
|
|
Loading…
Reference in a new issue