VIM 启动时显示一条消息“按 ENTER 或键入命令继续”,VIM 会出现这种情况,但 GVIM 不会,GVIM 启动时不会显示“按 ENTER 或键入命令继续\xe2\x80\x9d。
\n\n我的 .vimrc 文件中的 Vundle 设置,操作系统是 windows 7。
\n\n"""""""""""""""""""""""""""Vundle start"""""""""""""""""""""""""""""""""\n" set the runtime path to include Vundle and initialize\nset rtp+=C:/Users/penpan/.vim/bundle/Vundle.vim\ncall vundle#begin()\n" alternatively, pass a path where Vundle should install plugins\n"call vundle#begin(\'~/some/path/here\')\n\n" let Vundle manage Vundle, required\nPlugin \'VundleVim/Vundle.vim\'\n\n" The following are examples of different formats supported.\n" Keep Plugin commands between vundle#begin/end.\n" plugin on GitHub repo\nPlugin \'tpope/vim-fugitive\'\n" plugin from http://vim-scripts.org/vim/scripts.html\nPlugin \'L9\'\n" The sparkup vim script is in a subdirectory of this …Run Code Online (Sandbox Code Playgroud)