Tyl*_*den 1 vim notifications text-processing
在我的 vim 状态行的右侧,它显示“获取 ../”并以黄色突出显示。为什么会这样说?
:set 的结果是:
:set
--- Options ---
cpoptions=BceFs history=1000 incsearch nomodeline pastetoggle=<F2> ruler shiftwidth=4 tabstop=4 ttymouse=xterm2
helplang=en ignorecase laststatus=2 number report=10000 scroll=30 smartcase ttyfast
backspace=indent,eol,start
fileencoding=utf-8
fileencodings=ucs-bom,utf-8,default,latin1
formatprg=astyle -A2T4pDU
printoptions=paper:letter
runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim73,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
statusline=%f %h%m%r%=%9*Obtaining ../
suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
Run Code Online (Sandbox Code Playgroud)
小智 5
我发现当我输入 netrw(:Explore
例如使用 )并按下O
文件时会发生这种情况,它尝试“获取”此文件,从而导致错误消息并将此文本附加到我的状态行。除了使用:set
,复制正常状态行,然后在没有“获取”的情况下将我的状态行重新设置为正确的状态之外,我还没有找到摆脱它的方法。希望这有帮助。