Hello, Vimmers. I noticed that runtime/doc/ada.txt contains "encoding=latin1" in its modelines. It must change 'fileencoding' instead of 'encoding', because changing 'encoding' is troublesome for most users who don't use Vim with encoding=latin1. The following is a simple patch to fix the problem.
*** ../vim-7.1.315/runtime/doc/ada.txt Mon Jun 16 18:38:38 2008 --- runtime/doc/ada.txt Mon Jun 16 20:47:52 2008 *************** *** 512,515 **** ============================================================================== vim: textwidth=78 nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab ! vim: filetype=help encoding=latin1 --- 512,515 ---- ============================================================================== vim: textwidth=78 nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab ! vim: filetype=help fileencoding=latin1 -- To Vim, or not to Vim. kana <http://whileimautomaton.net/> --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
