summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-01-14 12:06:31 +0000
committerNicholas Clark <nick@ccl4.org>2005-01-14 12:06:31 +0000
commitedf815fd8adfc467da9836baf8369da56521c606 (patch)
tree4ff4d31cc825d02e230c735036cc096acddbd989
parentc49a72a9edb46ef751f82dcd3a322282f27f6db6 (diff)
downloadperl-edf815fd8adfc467da9836baf8369da56521c606.tar.gz
Correct the editor block to match the perl 5 policy on tabs
p4raw-id: //depot/perl@23803
-rw-r--r--pp.c2
-rw-r--r--pp_ctl.c2
-rw-r--r--pp_hot.c2
-rw-r--r--pp_pack.c2
-rw-r--r--pp_sort.c2
-rw-r--r--pp_sys.c2
-rw-r--r--scope.c2
-rw-r--r--sv.c2
-rw-r--r--universal.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/pp.c b/pp.c
index 2d0e46a959..a90d9ee24e 100644
--- a/pp.c
+++ b/pp.c
@@ -4803,5 +4803,5 @@ PP(pp_threadsv)
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/
diff --git a/pp_ctl.c b/pp_ctl.c
index 7252edbaa2..447742dbbb 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3934,5 +3934,5 @@ S_path_is_absolute(pTHX_ char *name)
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/
diff --git a/pp_hot.c b/pp_hot.c
index 19f8dca1dc..37c8f9dc07 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -3146,5 +3146,5 @@ S_method_common(pTHX_ SV* meth, U32* hashp)
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/
diff --git a/pp_pack.c b/pp_pack.c
index 9304d9fd3a..6903415885 100644
--- a/pp_pack.c
+++ b/pp_pack.c
@@ -2745,5 +2745,5 @@ PP(pp_pack)
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/
diff --git a/pp_sort.c b/pp_sort.c
index 877f17162b..b48c180946 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -1925,5 +1925,5 @@ amagic_cmp_locale(pTHX_ register SV *str1, register SV *str2)
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/
diff --git a/pp_sys.c b/pp_sys.c
index dd3b9ffe9e..d848f730d2 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -5877,5 +5877,5 @@ lockf_emulate_flock(int fd, int operation)
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/
diff --git a/scope.c b/scope.c
index db55735f33..b2dc422899 100644
--- a/scope.c
+++ b/scope.c
@@ -1154,5 +1154,5 @@ Perl_cx_dump(pTHX_ PERL_CONTEXT *cx)
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/
diff --git a/sv.c b/sv.c
index e781904c2a..e6cbee1fef 100644
--- a/sv.c
+++ b/sv.c
@@ -12408,5 +12408,5 @@ Perl_sv_cat_decode(pTHX_ SV *dsv, SV *encoding,
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/
diff --git a/universal.c b/universal.c
index be4f37e71f..760c33bffb 100644
--- a/universal.c
+++ b/universal.c
@@ -963,5 +963,5 @@ XS(XS_Internals_HvREHASH) /* Subject to change */
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/