Jan Weytjens wrote:
Hi Tony,

my impression is that

 autocmd EncodingChanged * call SpecialMaps()

is not executed (for a reason unknown to me).

The following makes the mappings work right a way:

 autocmd FileType xml,xsd,wsdl           set encoding=utf-8
 autocmd FileType xml,xsd,wsdl           call SpecialMaps()

Many thanks for you help.

Jan

Something inside an autocommand will normally not trigger an autocommand event. See ":help autocmd-nested".


Best regards,
Tony.

Reply via email to