Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3 | Michael Hamann | 2010-11-29 |
| | | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline. | ||
* | Fix SafeFN-encoded file names | Adrian Lang | 2010-10-26 |
| | | | | SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is not encoded. | ||
* | SafeFN test cases | Christopher Smith | 2010-04-04 |