up2date
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
|
||||
set fileencodings=ucs-bom,utf-8,latin1
|
||||
endif
|
||||
|
||||
set nocompatible " Use Vim defaults (much better!)
|
||||
set bs=indent,eol,start " allow backspacing over everything in insert mode
|
||||
set ai " always set autoindenting on
|
||||
@@ -69,3 +68,5 @@ set smarttab
|
||||
" always uses spaces instead of tab characters
|
||||
set expandtab
|
||||
|
||||
" disable visual on click
|
||||
set mouse=
|
||||
Reference in New Issue
Block a user