]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - vim/vimrc
openssl: Update to 1.0.0e.
[people/amarx/ipfire-3.x.git] / vim / vimrc
CommitLineData
52ac63ac
MT
1set nocompatible
2set backspace=2
3syntax on
4if (&term == "iterm") || (&term == "putty")
5 set background=dark
6endif