runtime! debian.vim if has("syntax") syntax on endif set background=dark set showcmd set showmatch set ignorecase set smartcase set incsearch set autowrite set hidden set mouse=a if filereadable("/etc/vim/vimrc.local") source /etc/vim/vimrc.local endif