Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/zsh-completion:master commit in: /
Date: Sun, 30 Mar 2014 11:00:30
Message-Id: 1396169381.01576f1265e9cbb870483fdc196b807136d8346a.radhermit@gentoo
1 commit: 01576f1265e9cbb870483fdc196b807136d8346a
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 30 08:49:41 2014 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 30 08:49:41 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=01576f12
7
8 _eselect: function spacing consistency
9
10 ---
11 _eselect | 6 ++++++
12 1 file changed, 6 insertions(+)
13
14 diff --git a/_eselect b/_eselect
15 index 37a71a8..c659dd5 100644
16 --- a/_eselect
17 +++ b/_eselect
18 @@ -39,6 +39,7 @@ _eselect_kernel () {
19 "show[Show the current kernel symlink]" \
20 "set[Set a new kernel symlink target]" && return 0
21 }
22 +
23 _eselect_ctags () {
24 local ctagslist
25 if (( $words[(I)(set)] )); then
26 @@ -51,6 +52,7 @@ _eselect_ctags () {
27 "update[Automatically update the ctags symlink]" \
28 "set[Set a new ctags symlink target]" && return 0
29 }
30 +
31 _eselect_profile () {
32 local profilelist
33 if (( $words[(I)(set)] )); then
34 @@ -63,6 +65,7 @@ _eselect_profile () {
35 "show[Show the current make.profile symlink]" \
36 "set[Set a new profile symlink target]" && return 0
37 }
38 +
39 _eselect_fontconfig () {
40 local fclistenabled fclistdisabled
41 if (( $words[(I)(enable)] )); then
42 @@ -77,6 +80,7 @@ _eselect_fontconfig () {
43 "disable[Disable specified fontconfig .conf file(s)]" \
44 "enable[Enable specified fontconfig .conf file(s)]" && return 0
45 }
46 +
47 _eselect_opengl () {
48 local opengllist
49 if (( $words[(I)(set)] )); then
50 @@ -92,6 +96,7 @@ _eselect_opengl () {
51 "set[Select the OpenGL implementation]" \
52 "show[Print the current OpenGL implementation]" && return 0
53 }
54 +
55 _eselect_vi () {
56 local vilist
57 if (( $words[(I)(set)] )); then
58 @@ -106,6 +111,7 @@ _eselect_vi () {
59 "show[Show the current vi implementation]" \
60 "update[Automatically update the vi provider]"
61 }
62 +
63 _eselect () {
64 local globopts sedcmd modnames modopts