摘要:
1 "history 2 set history=700 3 4 "syntax highlight 5 syntax on 6 7 "enable filetype plugins 8 filetype plugin indent on 9 filetype plugin on 10 " 11 "Highlight from start of file 12 autocmd BufEnter * :syntax sync fromstart 13 14 let mapleader="," 15 16 " auto 阅读全文