[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 4ad26982365582faa72c14fc8f6dae27956fc080

Ville Skyttä ville.skytta at iki.fi
Fri Jun 5 21:48:27 UTC 2009


The following commit has been merged in the master branch:
commit 4ad26982365582faa72c14fc8f6dae27956fc080
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jun 6 00:48:22 2009 +0300

    Add indentation settings.

diff --git a/contrib/apt b/contrib/apt
index 2da3e51..d3bf26b 100644
--- a/contrib/apt
+++ b/contrib/apt
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # Debian apt-get(8) completion.
 #
 have apt-get &&
diff --git a/contrib/apt-build b/contrib/apt-build
index fe910b4..d250117 100644
--- a/contrib/apt-build
+++ b/contrib/apt-build
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # Debian apt-build(1) completion.
 #
 have apt-build &&
diff --git a/contrib/aptitude b/contrib/aptitude
index ea8d103..7d710c5 100644
--- a/contrib/aptitude
+++ b/contrib/aptitude
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # Debian aptitude(1) completion
 #
 have aptitude && {
diff --git a/contrib/autorpm b/contrib/autorpm
index ad55395..b773347 100644
--- a/contrib/autorpm
+++ b/contrib/autorpm
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # autorpm(8) completion
 #
 have autorpm &&
diff --git a/contrib/bash-builtins b/contrib/bash-builtins
index b4bbdb4..9607516 100644
--- a/contrib/bash-builtins
+++ b/contrib/bash-builtins
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # start of section containing completion functions for bash built-ins
 
 # bash alias completion
diff --git a/contrib/cardctl b/contrib/cardctl
index 173c917..c7753b0 100644
--- a/contrib/cardctl
+++ b/contrib/cardctl
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # Linux cardctl(8) completion
 #
 have cardctl &&
diff --git a/contrib/chkconfig b/contrib/chkconfig
index d992bf9..87488cb 100644
--- a/contrib/chkconfig
+++ b/contrib/chkconfig
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # chkconfig(8) completion
 #
 have chkconfig &&
diff --git a/contrib/chsh b/contrib/chsh
index 46d728d..47c4d14 100644
--- a/contrib/chsh
+++ b/contrib/chsh
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # chsh(1) completion
 #
 _chsh()
diff --git a/contrib/cvs b/contrib/cvs
index a7b9ed1..cd6c0e7 100644
--- a/contrib/cvs
+++ b/contrib/cvs
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # cvs(1) completion
 #
 have cvs && {
diff --git a/contrib/dict b/contrib/dict
index 5d643bb..950a7d1 100644
--- a/contrib/dict
+++ b/contrib/dict
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # dict(1) completion
 #
 { have dict || have rdict; } && {
diff --git a/contrib/dpkg b/contrib/dpkg
index fac1ae3..45890aa 100644
--- a/contrib/dpkg
+++ b/contrib/dpkg
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # This function is required by _dpkg() and _dpkg-reconfigure()
 have dpkg && {
 have grep-status && {
diff --git a/contrib/dselect b/contrib/dselect
index 8630127..770438d 100644
--- a/contrib/dselect
+++ b/contrib/dselect
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # Debian Linux dselect(8) completion.
 #
 have dselect &&
diff --git a/contrib/gcc b/contrib/gcc
index 42bcb60..baea2c1 100644
--- a/contrib/gcc
+++ b/contrib/gcc
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # gcc(1) completion
 #
 # The only unusual feature is that we don't parse "gcc --help -v" output
diff --git a/contrib/iconv b/contrib/iconv
index fe3dd4b..ad250ac 100644
--- a/contrib/iconv
+++ b/contrib/iconv
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # iconv(1) completion
 #
 have iconv &&
diff --git a/contrib/jar b/contrib/jar
index fdab39c..7d18818 100644
--- a/contrib/jar
+++ b/contrib/jar
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # jar(1) completion
 #
 have jar &&
diff --git a/contrib/man b/contrib/man
index 81f491b..1529d64 100644
--- a/contrib/man
+++ b/contrib/man
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # man(1) completion
 #
 [ $USERLAND = GNU -o $UNAME = Darwin \
diff --git a/contrib/mutt b/contrib/mutt
index e3803d0..ff7655f 100644
--- a/contrib/mutt
+++ b/contrib/mutt
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # mutt completion
 #
 # Mutt doesn't have an "addressbook" like Pine, but it has aliases and
diff --git a/contrib/pine b/contrib/pine
index 50e7de5..6453062 100644
--- a/contrib/pine
+++ b/contrib/pine
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # PINE address-book completion
 #
 have pine &&
diff --git a/contrib/rpm b/contrib/rpm
index 3dabe51..82aecaa 100644
--- a/contrib/rpm
+++ b/contrib/rpm
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 have rpm && {
 # helper functions for rpm completion
 #
diff --git a/contrib/sysv-rc b/contrib/sysv-rc
index c750339..cee9fa8 100644
--- a/contrib/sysv-rc
+++ b/contrib/sysv-rc
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 noet filetype=sh
+
 # update-rc.d(8) completion
 #
 # Copyright (C) 2004 Servilio Afre Puentes <servilio at gmail.com>

-- 
bash-completion



More information about the Bash-completion-commits mailing list