pacman/lib/libalpm
Florian Pritz cd2370754a Remove ts and sw from vim modeline when noet is set
Forcing vim users to view files with a tabstop of 2 seems really
unnecessary when noet is set. I find it much easier to read code with
ts=4 and I dislike having to override the modeline by hand.

Command run:
find . -type f -exec sed -i '/vim.* noet/s# ts=2 sw=2##' {} +

Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Allan McRae <allan@archlinux.org>
2014-01-28 20:19:25 +10:00
..
po Update gitignore files for use with autoreconf 2013-07-22 13:27:23 +10:00
.gitignore libalpm: add pkg-config file 2012-04-25 20:02:36 -04:00
Makefile.am Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
add.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
add.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
alpm.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
alpm.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
alpm_list.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
alpm_list.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
backup.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
backup.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
base64.c base64.c: comment out unused variable 2014-01-15 15:54:56 +10:00
base64.h base64: don't compile base64_encode() function 2011-10-17 12:03:02 -05:00
be_local.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
be_package.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
be_sync.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
conflict.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
conflict.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
db.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
db.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
delta.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
delta.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
deps.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
deps.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
diskspace.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
diskspace.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
dload.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
dload.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
error.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
filelist.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
filelist.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
graph.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
graph.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
group.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
group.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
handle.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
handle.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
libalpm.pc.in Use libalpm version in pkg-config file 2013-04-26 12:43:53 +10:00
libarchive-compat.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
log.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
log.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
md5.c Use 32-bit wide integer type in PolarSSL code 2012-01-07 11:27:41 -06:00
md5.h Update MD5 routines with changes from PolarSSL 2011-08-11 20:17:21 -05:00
package.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
package.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
pkghash.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
pkghash.h Update copyright years for 2014 2014-01-06 14:38:50 +10:00
rawstr.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
remove.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
remove.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
sha2.c Use 32-bit wide integer type in PolarSSL code 2012-01-07 11:27:41 -06:00
sha2.h Add sha2 (sha256) routines from PolarSSL 2011-08-15 07:07:13 -05:00
signing.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
signing.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
sync.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
sync.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
trans.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
trans.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
util-common.c Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util-common.h Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
util.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
version.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00