From 60fdd71f740fb594a9999c9234de6b7be1a8a458 Mon Sep 17 00:00:00 2001 From: David Adam Date: Fri, 24 Jul 2015 18:18:04 +0800 Subject: read: update completions --right-prompt added in fe9cf673a23007d97d2 but missed from the completions. With thanks to nafg@github. --- share/completions/read.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/read.fish b/share/completions/read.fish index 0888f078..a888de80 100644 --- a/share/completions/read.fish +++ b/share/completions/read.fish @@ -10,3 +10,4 @@ complete -c read -s c -l command --description "Initial contents of read buffwhe complete -c read -s s -l shell --description "Use syntax highlighting, tab completions and command termination suitable for entering shellscript code" complete -c read -s n -l nchars --description "Read the specified number of characters" complete -c read -s a -l array --description "Store the results as an array" +complete -c read -s R -l right-prompt --description "Set right-hand prompt command" -x -- cgit v1.2.3