Hi, I've got a bugreport that you might end up with invalid syntax files when the automated download for new spell files is used. That's https://bugzilla.redhat.com/show_bug.cgi?id=518791
It looks like elinks -dump formats the contents of the downloaded file, try p.e. elinks 'http://ftp.vim.org/pub/vim/runtime/spell/de.utf-8.spl' -dump > de.utf-8.spl_elinks and compare it with lynx 'http://ftp.vim.org/pub/vim/runtime/spell/de.utf-8.spl' -dump > de.utf-8.spl_lynx This can be avoided by using -source instead of -dump for the elinks command in autoload/netrw.vim I'm not sure if that change might cause problems with other netrw functions, but I've put the netrw maintainer on bcc: for comments Karsten -- Karsten Hopp GPG 1024D/70ABD02C Fingerprint D2D4 3B6B 2DE4 464C A432 210A DFF8 A140 70AB D02C Red Hat Deutschland, Hauptstaetter Str.58 70178 Stuttgart, Tel.+49-711-96437-0, Fax +49-711-96437-111 -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
