We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac06736 commit ea42697Copy full SHA for ea42697
git-fpaste-completion.bash
@@ -48,14 +48,12 @@ _git_fpaste () {
48
# completion when returning an empty COMPREPLY.
49
# As a workaround return a COMPREPLY with one element: the empty string and
50
# echo the bel character.
51
-__no_file_fallback ()
52
-{
+__no_file_fallback () {
53
echo -en "\a"
54
COMPREPLY=( '' )
55
}
56
57
-_git_fpaste_am ()
58
+_git_fpaste_am () {
59
case "$cur" in
60
--*)
61
_git_am
@@ -66,8 +64,7 @@ _git_fpaste_am ()
66
64
esac
67
65
68
69
-_git_fpaste_apply ()
70
+_git_fpaste_apply () {
71
72
73
_git_apply
0 commit comments