We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
在配置的时候需要注意路径: set rtp+=~/vimfiles/bundle/vundle/ let path=‘~/vimfiles/bundle’ call vundle#rc(path)
应为 set rtp+=$VIM/vimfiles/bundle/vundle/ let path=‘$VIM/vimfiles/bundle’ call vundle#rc(path)