diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -1,22 +0,0 @@ -set wildmode=longest,list -set wildmenu - -set ts=4 -set shiftwidth=4 -set bs=2 -set showmatch -set tags=./tags - -set hlsearch -set incsearch - -set laststatus=2 -set ruler - -set noexpandtab - -set showbreak=>>> - -set guioptions-=T - -:syntax on |