On Dec 9, 7:24 pm, Charles Cooper <[email protected]> wrote: > This problem occurs in vim with +multi_byte. > :edit ++encoding=xyz always causes error E474, while ++enc=xyz succeeds. > > "encoding" is the only ++option where the short form of the option is a > substring of the long form. The check for these options does not account > for this. >
This is confusing, because ++enc actually modifies 'fileencoding', not 'encoding'. I think this potentially makes it even more confusing. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
