启动vim时会出现“withdrawn”消息

时间:2011-12-17 05:55:57

标签: vim

我对vim很新。

我正在尝试通过关于vim的许多提示和插件的书来调整vim。 我不知道从什么时候开始发生vim时,它说:

$ vim
withdrawn
Press ENTER or type command to continue.

按下某个键后它很快消失,并且:intro屏幕只出现一瞬间,很快就会出现一个空缓冲区。我很困惑,我只是感觉很糟糕。 我用Google搜索但无法取得好成绩。

为什么会这样?这是由我最近安装的一些插件引起的吗?或者我做过一些奇怪的行为,但不应该这样做?

我是初学者,所以有人会告诉我是否有办法处理它,拜托?我希望消息消失,然后介绍回来。

我安装的插件如下(我正在使用vundle):

Bundle 'gmarik/vundle'
Bundle 'nathanaelkane/vim-indent-guides.git'
Bundle 'altercation/vim-colors-solarized.git'
Bundle 'Gist.vim'
Bundle 'ZenCoding.vim'
Bundle 'ref.vim'
Bundle 'unite.vim'
Bundle 'neocomplcache'
Bundle 'surround.vim'
Bundle 'kana/vim-textobj-user'
Bundle 'kana/vim-textobj-fold'
Bundle 'kana/vim-textobj-indent'
Bundle 'kana/vim-textobj-lastpat'
Bundle 'repeat.vim'
Bundle 'tomtom/tcomment_vim'
Bundle 'ManPageView'
Bundle 'autodate.vim'
Bundle 'rails.vim'
Bundle 'DrawIt'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'taku-o/vim-toggle'
Bundle 'quickrun.vim'
Bundle 'buftabs'
Bundle 'bufexplorer.zip'

最近的是DrawIt,buftabs,bufexplorer。 他们可能做错了什么。 我查看了“:help hit-enter”,但是听不懂。它说看起来“v:scrollstart”很好,但我不知道怎么看。

我正在使用Vim 7.3.353,笔记本电脑的操作系统是Mac OS X v10.7.2。

谢谢。

3 个答案:

答案 0 :(得分:2)

其中一个插件就是这样做的。尝试使用cd ~/.vim; ack withdrawn等命令找到它的来源(或者,如果您没有使用ack,请安装它 - 您应该! - 或者使用grep)。< / p>

答案 1 :(得分:1)

此消息必不可少的插件是“ManPageView”。 尝试在.vimrc中注释掉Bundle'ManPageView'。

答案 2 :(得分:0)

您可以从http://www.drchip.org/astronaut/vim/index.html#MANPAGEVIEW获取manpageview。由于机器人吹响了收视率,它从vim.sf.net撤回了。