about summary refs log tree commit diff
path: root/Completion/Core/_normal
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_normal')
-rw-r--r--Completion/Core/_normal4
1 files changed, 4 insertions, 0 deletions
diff --git a/Completion/Core/_normal b/Completion/Core/_normal
index 02229835a..364a56764 100644
--- a/Completion/Core/_normal
+++ b/Completion/Core/_normal
@@ -30,6 +30,10 @@ else
     eval cmd1\=$command
     cmd2="$command[2,-1]"
     curcontext="${curcontext%:*:*}:${cmd2}:"
+  elif [[ "$command" = ..#/* ]]; then
+    cmd1="${PWD}/$command"
+    cmd2="${command:t}"
+    curcontext="${curcontext%:*:*}:${cmd2}:"
   elif [[ "$command" = */* ]]; then
     cmd1="$command"
     cmd2="${command:t}"