Vimステータスバーに「Getting ../」が表示されるのはなぜですか?

Vimステータスバーに「Getting ../」が表示されるのはなぜですか?

私のvimステータス行には、右側に「Getting ../」が黄色で強調されています。なぜこれが起こるのですか?

: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

ベストアンサー1

:Explorenetrw(例:)を入力してOファイルをクリックすると、ファイルを「インポートしようとしました」とエラーメッセージが表示され、テキストがステータス行に追加されたときに発生します。を使用し、:set通常のステータス行を複製し、ステータスラインを「インポートせずに」正しい状態にリセットする以外に、それを削除する方法が見つかりませんでした。お役に立てば幸いです。

おすすめ記事