- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.6k

Description
Recently started getting into computer stuff again for the first time in a while, though I have had to settle on windows 7 for now, rather than linux as I used to use. I used vundle before, and I have tried to follow the instructions provided for windows users several times. My vimrc contains the following section:
set nocompatible
filetype off
set rtp+=/vimfiles/bundle/Vundle.vim/vimfiles/bundle'
let path='
call vundle#begin(path)
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append ! to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append ! to refresh local cache
" :PluginClean  - confirms removal of unused plugins; append ! to auto-approve removal
" :h vundle for more details
Plugin 'gmarik/vundle.vim'              " easily install and update vim plugins
Plugin 'tpope/vim-fugitive'             " cool git wrapper
" Plugin 'L9'
"Plugin 'git://git.wincent.com/command-t.git'
"Plugin 'rstacruz/sparkup', {'rtp': 'vim'}  "script in a subdirectory
" Plugin 'user/L9', {'name': 'newL9'}     " avoid name conflict with L9
"Plugin 'tpope/vim-surround'               " Easyily manipulate surrounding tags
"Plugin 'scrooloose/nerdtree.git'    " directory explorer for vim
"Plugin 'Buffergator'                " list,select and switch between buffers
"Plugin 'Lokaltog/vim-powerline'         " A status line plugin for vim
"Plugin 'vim-addon-mw-utils'         " snipmate depends on this
"Plugin 'tlib_vim'                   " snipmate depends on this
"Plugin 'snipMate'                   " Snippet/boilerplate tool
"Plugin 'Lokaltog/vim-easymotion'    " A simplification of vim motions
"Plugin 'matchit.zip'                " Extends % to more than just braces
"Plugin 'Alternate-workspace'        " switch between header/code files
"Plugin 'tComment'                   " easily toggle comments
"Plugin 'MRU'                        " show ten most recent files
"Plugin 'rainbow_parentheses.vim'
call vundle#end()
filetype plugin indent on
If my entire .vimrc is required I will provide it.
The vimfiles directory containing vundle exists in my home directory, and I receive errors of the following nature when I try to run PluginInstall
Error detected while processing function vundle#installer#new..29_process..vundle#installer#run..vundle#installer#install..29_sync..29_make_sync_command..29_get_current_origin_url..29_system:
line    1:
E484: Can't open file C:\Users\pw\AppData\Local\Temp\VIo59DD.tmp
Error detected while processing function vundle#installer#new..29_process..vundle#installer#run..vundle#installer#install..29_sync:
Error detected while processing function vundle#installer#new..29_process..vundle#installer#run..vundle#installer#install..29_sync:
line    6:
E714: List required
Error detected while processing function vundle#installer#new..29_process:
line    13:
E121: Undefined variable: s:last_status
E15: Invalid expression: 'error' == s:last_status
line    17:
E121: Undefined variable: s:last_status
E15: Invalid expression: 'updated' == s:last_status && empty(msg)
Error detected while processing function vundle#installer#new..29_process..vundle#installer#run..vundle#installer#install..29_sync..29_system:
line    1:
E484: Can't open file C:\Users\pw\AppData\Local\Temp\VIo5E8F.tmp
Error detected while processing function vundle#installer#new..29_process:
line    13:
E121: Undefined variable: s:last_status
E15: Invalid expression: 'error' == s:last_status
line    17:
E121: Undefined variable: s:last_status
E15: Invalid expression: 'updated' == s:last_status && empty(msg)
