repo.or.cz
/
t2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dash:
[t2.git]
/
package
/
editors
/
vim
/
vimrc
blob
0adb4744634673c21715efd42f5afecef870efff
1
set nocompatible "disable legacy compatibiity
2
set ruler
3
syntax on
4
"set colorcolumn=80
5
set bs=2 "allow backspace over anything including newline
6
set hlsearch "higligh search
7
set ignorecase "make search case insensitive
8
set mouse="" "disable mouse
9
set ttymouse="" "disable mouse
10
"set number