summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 10:44:51 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 10:44:51 +0000
commitf53a117c7b8ad99a6af73a20c7c6840f30fce361 (patch)
treebf27c4c6a84c48738f4738441cccf5267bc8ff50
parent004bd2590b5be59a291f5dd436ca413bb89ed3e9 (diff)
* ChangeLog (vim): set shiftwidth to 2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad5f1ca1ce..5e948d91f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jun 11 19:42:50 2011 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ChangeLog (vim): set shiftwidth to 2.
+
Sat Jun 11 19:27:06 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
* ext/openssl/ossl_x509req.c: raise RequestError instead of
@@ -9929,4 +9933,4 @@ indent-tabs-mode: t
tab-width: 8
change-log-indent-text: 2
end:
-vim: tabstop=8
+vim: tabstop=8 shiftwidth=2