From e4d8a697bc0f44ae4f2a8b71f7480f57d518c486 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 6 Aug 2002 21:09:37 +0000 Subject: 17508: complete local files after file://localhost/ . --- ChangeLog | 3 +++ Completion/Unix/Type/_urls | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6412c99c8..9acb44df6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-08-06 Clint Adams + * 17508: Completion/Unix/Type/_urls: complete local files after + file://localhost/ . + * 17507: Completion/Unix/Type/_urls: complete local files after file:/// . diff --git a/Completion/Unix/Type/_urls b/Completion/Unix/Type/_urls index 4482fedd6..e696c98df 100644 --- a/Completion/Unix/Type/_urls +++ b/Completion/Unix/Type/_urls @@ -82,6 +82,7 @@ case "$scheme" in fi ;; file) + [[ -prefix //localhost/ ]] && compset -P //localhost [[ -prefix /// ]] && compset -P // if ! compset -P //; then _tags -C file files -- cgit 1.4.1