"Alle Maps, Abs und Settings loeschen abclear mapclear imapclear au! set all& "set autoindent set background=light set backspace=2 set digraph "set cindent set nocompatible set errorbells set esckeys "set expandtab set helpheight=0 set hidden set hlsearch set icon set ignorecase set noinsertmode set laststatus=2 set lazyredraw set magic set modeline set modelines=1 set nonumber set report=0 set ruler set shiftwidth=4 set showcmd set showmatch set nostartofline "set tabstop=4 set title set ttyfast set ttybuiltin set ttyscroll=0 set viminfo=%,'50,\"100 set visualbell set whichwrap=b,s,<,> set wildchar= set wrapmargin=0 set nowrap set writebackup set guioptions+=a "ISpell English und German if has("dos16") || has("dos32") || has("win32") cmap ispelle :w:!ispell -d c:\tools\ispell\english %:e cmap ispelld :w:!ispell -d c:\tools\ispell\deutsch %:e elseif has("unix") && has("gui_running") cmap ispelle :w:!xterm -e ispell %:e cmap ispelld :w:!xterm -e ispell -d deutsch %:e elseif has("unix") cmap ispelle :w:!ispell %:e cmap ispelld :w:!ispell -d deutsch %:e endif "STDERR statt STDOUT fuer 4DOS/NT setzen if has("dos16") || has("dos32") || has("win32") set shellpipe=>&> endif "Fonts if has("win32") && has("gui") set guifont=courier:h10,courier_new:h10 endif if has("gui_running") set lines=43 endif filetype plugin on syntax on