On Thu, 05 Nov 2009, Paolo Baruffa wrote: > "------------------------------------------ > " my menu includes > "---------------------- > > :set fileencoding=latin1<CR><Esc>:set ff=dos<CR>:w!<CR> " ANSI Dos > :set fileencoding=utf-8<CR>:w!<CR><Esc> " UNICODE > > "-------------------------------------------
does it work if you replace fileencoding with encoding? eg. :set encoding=latin1<CR><Esc>:set ff=dos<CR>:w!<CR> " ANSI Dos :set encoding=utf-8<CR>:w!<CR><Esc> " UNICODE -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
