about summary refs log tree commit diff
path: root/Completion/Commands
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:16:28 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:16:28 +0000
commitc4718f7b0a237535754bcb263d4131ac578e4963 (patch)
tree88d5109fcfadb742c1960fc7ebea16bbc401459e /Completion/Commands
parent88c8be9f586d8b59a7d21399c232dc36dc508250 (diff)
downloadzsh-c4718f7b0a237535754bcb263d4131ac578e4963.tar.gz
zsh-c4718f7b0a237535754bcb263d4131ac578e4963.tar.xz
zsh-c4718f7b0a237535754bcb263d4131ac578e4963.zip
moved to Completion/Base/Widget/_most_recent_file
Diffstat (limited to 'Completion/Commands')
-rw-r--r--Completion/Commands/_most_recent_file4
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