public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/zsh-completion:master commit in: /
Date: Sun, 30 Mar 2014 11:00:26 +0000 (UTC)	[thread overview]
Message-ID: <1396169381.01576f1265e9cbb870483fdc196b807136d8346a.radhermit@gentoo> (raw)

commit:     01576f1265e9cbb870483fdc196b807136d8346a
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 08:49:41 2014 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 08:49:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=01576f12

_eselect: function spacing consistency

---
 _eselect | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/_eselect b/_eselect
index 37a71a8..c659dd5 100644
--- a/_eselect
+++ b/_eselect
@@ -39,6 +39,7 @@ _eselect_kernel () {
 		"show[Show the current kernel symlink]" \
 		"set[Set a new kernel symlink target]" && return 0
 }
+
 _eselect_ctags () {
 	local ctagslist
 	if (( $words[(I)(set)] )); then
@@ -51,6 +52,7 @@ _eselect_ctags () {
 		"update[Automatically update the ctags symlink]" \
 		"set[Set a new ctags symlink target]" && return 0
 }
+
 _eselect_profile () {
 	local profilelist
 	if (( $words[(I)(set)] )); then
@@ -63,6 +65,7 @@ _eselect_profile () {
 		"show[Show the current make.profile symlink]" \
 		"set[Set a new profile symlink target]" && return 0
 }
+
 _eselect_fontconfig () {
 	local fclistenabled fclistdisabled
 	if (( $words[(I)(enable)] )); then
@@ -77,6 +80,7 @@ _eselect_fontconfig () {
 		"disable[Disable specified fontconfig .conf file(s)]" \
 		"enable[Enable specified fontconfig .conf file(s)]" && return 0
 }
+
 _eselect_opengl () {
 	local opengllist
 	if (( $words[(I)(set)] )); then
@@ -92,6 +96,7 @@ _eselect_opengl () {
 		"set[Select the OpenGL implementation]" \
 		"show[Print the current OpenGL implementation]" && return 0
 }
+
 _eselect_vi () {
 	local vilist
 	if (( $words[(I)(set)] )); then
@@ -106,6 +111,7 @@ _eselect_vi () {
 		"show[Show the current vi implementation]" \
 		"update[Automatically update the vi provider]"
 }
+
 _eselect () {
 	local globopts sedcmd modnames modopts
 


             reply	other threads:[~2014-03-30 11:00 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-30 11:00 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-17 14:48 [gentoo-commits] proj/zsh-completion:master commit in: / Vadim Misbakh-Soloviov
2015-04-28 12:07 Vadim A. Misbakh-Soloviov
2014-12-20 23:39 Tim Harder
2014-12-18 16:59 Tim Harder
2014-11-23 21:35 Vadim A. Misbakh-Soloviov
2014-11-15  9:03 Tim Harder
2014-11-15  8:40 Tim Harder
2014-08-30 10:19 Vadim A. Misbakh-Soloviov
2014-08-30 10:19 Vadim A. Misbakh-Soloviov
2014-08-26 18:51 Vadim A. Misbakh-Soloviov
2014-08-26  4:46 Vadim A. Misbakh-Soloviov
2014-08-25 16:13 Vadim A. Misbakh-Soloviov
2014-08-25 12:41 Vadim A. Misbakh-Soloviov
2014-08-25 12:41 Vadim A. Misbakh-Soloviov
2014-08-25 11:26 Vadim A. Misbakh-Soloviov
2014-03-30 11:00 Tim Harder
2014-03-30 11:00 Tim Harder
2014-03-30 11:00 Tim Harder
2014-03-30 11:00 Tim Harder
2014-03-30 11:00 Tim Harder
2014-03-30 11:00 Tim Harder
2014-03-29  8:38 Tim Harder
2014-03-29  2:35 Tim Harder
2014-03-29  1:41 Tim Harder
2014-03-29  1:41 Tim Harder
2014-03-29  1:41 Tim Harder
2014-03-28 19:46 Tim Harder
2014-03-28 18:59 Tim Harder
2014-03-28 18:59 Tim Harder
2014-03-28 18:59 Tim Harder
2014-03-28 18:42 Tim Harder
2014-03-28 18:36 Tim Harder
2014-03-28 18:18 Tim Harder
2014-03-28 18:18 Tim Harder
2014-01-24  1:29 Tim Harder
2014-01-24  1:05 Tim Harder
2014-01-24  1:05 Tim Harder
2014-01-24  1:05 Tim Harder
2013-02-07 20:15 Tim Harder
2013-02-07 20:15 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1396169381.01576f1265e9cbb870483fdc196b807136d8346a.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox