]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_vimrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _vimrc
1 set nocompatible
2
3 if &t_Co > 2 || has("gui_running")
4     syntax on
5 endif
6
7 set termencoding=UTF-8
8 set fileencodings=ISO-2022-JP,US_ASCII,EUC-JP,Shift_JIS,utf-8
9
10 set nobackup
11 set nowritebackup
12
13 set smartindent
14 set number
15
16 syntax off