Skip to content

win7 && gvim - vundle not working, no installs #591

@ghost

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
let path='
/vimfiles/bundle'
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions