84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
我在~/.vimrc中添加了syntax on之后却发现报错,然后并不会显示语法高亮.vimrc中的代码是这样写的filetype offset rtp+=~/.vim/bundle/vundle/call vundle#rc()
syntax onset number
set autoindentset cindent
set tabstop=4set softtabstop=4set shiftwidth=4
set expandtab
set cino=g0,:0
ringa_lee
The error message in your screenshot is that there is an error in the 5th line of the .vimrc file. Your 5th line syntax onset number should be changed to two sentences
syntax on set number
The error message in your screenshot is that there is an error in the 5th line of the .vimrc file. Your 5th line
syntax onset number
should be changed to two sentences