aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/man.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-12-01 13:19:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-12-01 13:19:14 +1300
commita793c0e6c529a904948c1a785681c801433cc88e (patch)
tree4f4d146bf2052b3b196d1379ce1432e14aba201c /bash/bashrc.d/man.bash
parentFix up some mktemp(1) templates (diff)
downloaddotfiles-a793c0e6c529a904948c1a785681c801433cc88e.tar.gz
dotfiles-a793c0e6c529a904948c1a785681c801433cc88e.zip
Fix some trailing spaces
Diffstat (limited to 'bash/bashrc.d/man.bash')
-rw-r--r--bash/bashrc.d/man.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/man.bash b/bash/bashrc.d/man.bash
index b43ee934..d982a166 100644
--- a/bash/bashrc.d/man.bash
+++ b/bash/bashrc.d/man.bash
@@ -10,7 +10,7 @@ _man() {
# If this is the second word, and the previous word was a number, we'll
# assume that's the section to search
- local section
+ local section
if ((COMP_CWORD > 1)) && [[ ${COMP_WORDS[COMP_CWORD-1]} != [^0-9] ]] ; then
section='man'${COMP_WORDS[COMP_CWORD-1]}
fi