标签:
1 #set number 2 set showmatch 3 set hlsearch 4 set incsearch 5 set ruler 6 set cursorline 7 set cursorcolumn 8 9 set tabstop=2 10 set expandtab 11 set shiftwidth=2 12 set autoindent 13 set nocompatible 14 set backspace=indent,eol,start 15 16 syntax on 17 18 au BufNewFile,BufRead *.gv setf Verilog 19 au BufNewFile,BufRead *.sv set filetype=systemverilog 20 21 map <F5> :e! <CR> 22 map <F11> :set autoindent<CR> 23 map <F12> :set noautoindent<CR>
标签:
原文地址:http://www.cnblogs.com/gaowf/p/4245219.html