diff options
Diffstat (limited to 'Completion/Commands/_most_recent_file')
-rw-r--r-- | Completion/Commands/_most_recent_file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Commands/_most_recent_file b/Completion/Commands/_most_recent_file index 868da8993..f8d2bd80c 100644 --- a/Completion/Commands/_most_recent_file +++ b/Completion/Commands/_most_recent_file @@ -1,4 +1,4 @@ -#compdef -k complete-word \C-xm +#compdef -kn complete-word \C-xm # Complete the most recent file matching the pattern on the line so # far: globbing is active, i.e. *.txt will be expanded to the most recent |