[ubuntu]vim에python 자동 보완 플러그인 설치(2)

1423 단어
이전 편 의 절차 에 따라 플러그인 을 설치했는데, 결과 에 몇 가지 문제 가 생겼다
(1) 레이블 명령을 인식할 수 없습니다.
Error detected while processing /usr/share/vim/vimrc:
line   57:
E475: Invalid argument: on 
line   65:
E492: Not an editor command: <a0><a0><a0>
line   66:
E475: Invalid argument: on    
line   67:
E15: Invalid expression: '/usr/share/vim/vim73/tools/pydiction/complete-dict'  
line   68:
E518: Unknown option: // 
line   69:
E474: Invalid argument: tabstop=4 
line   70:
E474: Invalid argument: shiftwidth=4 
line   71:
E488: Trailing characters: expandtab 
Press ENTER or type command to continue

오류 원인: 붙여넣기가 일으킨 화를 직접 복사하여 여분의 빈칸과 기호를 제거해야 합니다
(2) 설치한 후tab키를 누르면 효과가 없습니다.
원인: 알림에 대응하는 설정 항목을 열지 않았습니다. 이렇게 설정할 수 있습니다-->
set showcmd     " Show (partial) command in status line.                                                                    
set showmatch       " Show matching brackets.                                                                                        
set ignorecase      " Do case insensitive matching                                                                                
set smartcase       " Do smart case matching                                                                                    
set incsearch       " Incremental search        

좋은 웹페이지 즐겨찾기