chore: Update plugins to latest tag
[Vimrc.git] / tiny.vim
blob8f1c08d379dcd8c51fb1a58905299afeb9699da8
1 set nocompatible
2 set encoding=utf-8
3 scriptencoding utf-8
4 set termencoding=utf-8
5 set fileencoding=utf-8
6 set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1
7 set fileformats=unix,dos,mac
8 "set langmenu=zh_CN.UTF-8
9 "set helplang=cn
11 set list!                           " Display unprintable characters
12 set listchars=tab:▸\ ,trail:•,extends:»,precedes:«
13 set backspace=eol,start,indent      " Allow backspace
14 set visualbell t_vb=                " Disable error bells
15 set virtualedit=onemore             " block, insert, all, onemore
16 set formatoptions-=t formatoptions+=croql
18 set smarttab                        " Make <tab> and <backspace> smarter
19 set expandtab                       " expand tabs to spaces
20 set tabstop=4 softtabstop=4 shiftwidth=4
21 set autoindent smartindent shiftround
23 set ignorecase                      " ignore case when searching
24 set smartcase                       " no ignorecase if Uppercase char present