VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.89k stars 2.57k forks source link

PluginClean will delete all the plugins in win 10 #844

Open krisnotepad opened 6 years ago

krisnotepad commented 6 years ago

When I input :PluginClean , Vundle will delete all the plugins, including Vundle itself.

My OS is win10 and the _vimrc is bellow

set nocompatible 
filetype off 

set rtp+=$VIM/../.vim/bundle/Vundle.vim
" call vundle#begin()
call vundle#begin('$VIM/../.vim/bundle')

Plugin 'VundleVim/Vundle.vim'

Plugin 'altercation/vim-colors-solarized:'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'scrooloose/nerdtree'

call vundle#end()
filetype plugin indent on
albfan commented 6 years ago

That's the expected behaviour

https://github.com/VundleVim/Vundle.vim/blob/master/doc/vundle.txt#L320