diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-22 12:35:20 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-22 12:35:20 +0000 |
commit | d139ae56432a82a3dbe11f4be89ba7d886f2c177 (patch) | |
tree | f2cd4d874fe13fe923490dd69bd92a0fb3314381 /Functions | |
parent | fdb8d5b45550835c00f40591e6ee5b6f6f6fd868 (diff) | |
download | zsh-d139ae56432a82a3dbe11f4be89ba7d886f2c177.tar.gz zsh-d139ae56432a82a3dbe11f4be89ba7d886f2c177.tar.xz zsh-d139ae56432a82a3dbe11f4be89ba7d886f2c177.zip |
zsh-3.1.6-pws-5 zsh-3.1.6-pws-5
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Zftp/zfinit | 2 | ||||
-rw-r--r-- | Functions/Zle/.distfiles | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit index f650b7bbb..256ef1d2f 100644 --- a/Functions/Zftp/zfinit +++ b/Functions/Zftp/zfinit @@ -43,7 +43,7 @@ if [[ ${#_patcomps} -eq 0 || ${_patcomps[(i)zf*]} -gt ${#_patcomps} ]]; then -x 'W[1,-*n*]' \ -s '$(awk -F, '\''NR > 2 { print $1 }'\'' ~/.ncftp/bookmarks)' -- \ zfgoto zfmark - compctl -s '${$(zftp session):#$ZFTP_SESSION}' -- zfsession + compctl -s '${$(zftp session):#$ZFTP_SESSION}' zfsession # in _zftp for new completion, but hard to inline into a compctl zftransfer_match() { local sess=${1%%:*} oldsess=$ZFTP_SESSION diff --git a/Functions/Zle/.distfiles b/Functions/Zle/.distfiles index b7ee01e1f..ec40bba3f 100644 --- a/Functions/Zle/.distfiles +++ b/Functions/Zle/.distfiles @@ -1,4 +1,4 @@ DISTFILES_SRC=' - .distfiles history-search-end incremental-complete-word insert-files - predict-on + .distfiles history-search-end incremental-complete-word + incarg insert-files predict-on ' |