summaryrefslogtreecommitdiff
path: root/pp_ctl.c
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 /pp_ctl.c
parentc49a72a9edb46ef751f82dcd3a322282f27f6db6 (diff)
downloadperl-edf815fd8adfc467da9836baf8369da56521c606.tar.gz
Correct the editor block to match the perl 5 policy on tabs
p4raw-id: //depot/perl@23803
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
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:
*/