Skip to main content
added 48 characters in body
Source Link
slm
  • 380k
  • 127
  • 793
  • 897

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= 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

: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

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= 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

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
added 836 characters in body
Source Link
Tyler Durden
  • 6.2k
  • 17
  • 69
  • 112

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= 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

On the righthand side of my vim status line it says "Obtaining ../" and is highlighted yellow. Why does it say this?

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= 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

Source Link
Tyler Durden
  • 6.2k
  • 17
  • 69
  • 112

Why does my vim status line say "Obtaining ../"?

On the righthand side of my vim status line it says "Obtaining ../" and is highlighted yellow. Why does it say this?