diff options
Diffstat (limited to 'Completion/Commands')
-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 |