qx13468 28d94f21ed trunk eingeführt
git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@133 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
2007-04-12 15:34:18 +00:00

12 lines
342 B
VimL

" ===========================================================================
" File: dos.vim
" Author: Stefan Liebl (S.Liebl@gmx.de)
" Description: sources mswin.vim if the os is mswin
" ===========================================================================
if (g:os == 'dos')
runtime mswin.vim
behave mswin
endif