summaryrefslogtreecommitdiff
path: root/app-misc/todo/files/todo-2.10-fix-bash-completion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/todo/files/todo-2.10-fix-bash-completion.patch')
-rw-r--r--app-misc/todo/files/todo-2.10-fix-bash-completion.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/todo/files/todo-2.10-fix-bash-completion.patch b/app-misc/todo/files/todo-2.10-fix-bash-completion.patch
new file mode 100644
index 000000000000..7e6de2f10568
--- /dev/null
+++ b/app-misc/todo/files/todo-2.10-fix-bash-completion.patch
@@ -0,0 +1,12 @@
+--- ./todo_completion 2017-04-08 15:18:23.102736966 +0200
++++ ./todo_completion 2017-04-08 15:18:56.839725605 +0200
+@@ -85,6 +85,9 @@
+ }
+ complete -F _todo todo.sh
+
++# Gentoo bug 614400
++complete -F _todo todotxt
++
+ # If you define an alias (e.g. "t") to todo.sh, you need to explicitly enable
+ # completion for it, too:
+ #complete -F _todo t