diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:16:28 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:16:28 +0000 |
commit | c4718f7b0a237535754bcb263d4131ac578e4963 (patch) | |
tree | 88d5109fcfadb742c1960fc7ebea16bbc401459e /Completion | |
parent | 88c8be9f586d8b59a7d21399c232dc36dc508250 (diff) | |
download | zsh-c4718f7b0a237535754bcb263d4131ac578e4963.tar.gz zsh-c4718f7b0a237535754bcb263d4131ac578e4963.tar.xz zsh-c4718f7b0a237535754bcb263d4131ac578e4963.zip |
moved to Completion/Base/Widget/_most_recent_file
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Commands/_most_recent_file | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Completion/Commands/_most_recent_file b/Completion/Commands/_most_recent_file deleted file mode 100644 index ff5645de5..000000000 --- a/Completion/Commands/_most_recent_file +++ /dev/null @@ -1,4 +0,0 @@ -#defkeycomp complete-word \C-xm -local file -file=($~PREFIX*$~SUFFIX(om[1]N)) -(( $#file )) && compadd -f $file |