From 12c84beae4698278ea664dcaffa944d369a401c3 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 12 Oct 2007 15:04:46 +0000 Subject: * parse.y: encoding specifier should work if the line matches /coding[:=] ?/, a la Python PEP-263, so that VIM comments like "# vim: set fileencoding=" should be recognized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c62b473ba..39af0bb5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Oct 13 00:00:33 2007 Yukihiro Matsumoto + + * parse.y: encoding specifier should work if the line matches + /coding[:=] ?/, a la Python PEP-263, so that VIM comments like + "# vim: set fileencoding=" should be recognized. + Fri Oct 12 15:04:54 2007 Nobuyoshi Nakada * trunk/parse.y (magic_comments): add "encoding" as same as "coding". -- cgit