rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / editor / vim / files / vimrc
blob5bb58b848727f1ebbe2a379b28c89ef56b0591d6
1 " This is OpenIndiana' default global vimrc file
3 " Get the defaults that most users want.
4 source $VIMRUNTIME/defaults.vim
6 if &t_Co > 2 || has("gui_running")
7   " Switch on highlighting the last used search pattern.
8   set hlsearch
9 endif
11 " OpenIndiana-specific stuff
12 set backspace=indent,eol,start
13 if &term == "sun-color" 
14     set t_kb=
15 endif
16 fixdel
17 syntax on
18 " Disable mouse in terminal
19 set mouse=
20 set ttymouse=