On Monday 16 June 2008 07:11, Kana Natsuno wrote:
> 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
if this patch is applied will that mean we can take the
au BufReadPost ada.txt setl nomodeline ft=help
out of our .vimrcs that tony had us add?
well -- i *think* it was tony...
sc
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---