Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/etc/profile
[profile] / dot / vimrc
CommitLineData
b3468c3b
MW
1set incsearch
2set showcmd
3
4if &t_Co > 2 || has("gui_running")
5 syntax on
6endif