about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/User/_diff2
-rw-r--r--Completion/User/_use_lo2
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_diff b/Completion/User/_diff
index 45f15c270..220102356 100644
--- a/Completion/User/_diff
+++ b/Completion/User/_diff
@@ -1,3 +1,3 @@
-#compdef diff
+#compdef diff gdiff
 
 _diff_options ':original file:_files' ':new file:_files'
diff --git a/Completion/User/_use_lo b/Completion/User/_use_lo
index 7386df6da..f7afaf149 100644
--- a/Completion/User/_use_lo
+++ b/Completion/User/_use_lo
@@ -1,4 +1,4 @@
-#compdef gls gdiff
+#compdef gls
 
 # This is for GNU-like commands which understand the --help option,
 # but which do not otherwise require special completion handling.