On the righthand side of my vim status line it says "Obtaining ../" and is highlighted yellow. Why does it say this?
The results of :set are:
: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
vim -V1to see what's going on and check the status line plugins you installedvim -u None(which means run without any config) to see if "Obtaining ../" still there. You might also want to post your vim version and your OS so others might be able to help