Editing DOS files in Vim
SoftwareIf you’re writing a file in Vim that will end up on a DOS machine, use these:
set encoding="ISO8859-2"
set fileencoding="ISO8859-2"
set fileformat=dos
This is also the first addition to the lunchbox for this year :).