diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-12 15:04:46 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-12 15:04:46 +0000 |
| commit | 12c84beae4698278ea664dcaffa944d369a401c3 (patch) | |
| tree | ad5bdb1627b055e9aa3538e08f60433b86851931 /ChangeLog | |
| parent | 6c6b31b2a2cfe231b41efcf8f561d7cd94ee193d (diff) | |
| download | ruby-12c84beae4698278ea664dcaffa944d369a401c3.tar.gz ruby-12c84beae4698278ea664dcaffa944d369a401c3.tar.xz ruby-12c84beae4698278ea664dcaffa944d369a401c3.zip | |
* parse.y: encoding specifier should work if the line matches
/coding[:=] ?/, a la Python PEP-263, so that VIM comments like
"# vim: set fileencoding=<encoding name>" should be recognized.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Oct 13 00:00:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y: encoding specifier should work if the line matches + /coding[:=] ?/, a la Python PEP-263, so that VIM comments like + "# vim: set fileencoding=<encoding name>" should be recognized. + Fri Oct 12 15:04:54 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * trunk/parse.y (magic_comments): add "encoding" as same as "coding". |
