xolox / vim-shell

Improved integration between Vim and its environment (fullscreen, open URL, background command execution)
http://peterodding.com/code/vim/shell/
169 stars 13 forks source link

install on Windows question #27

Closed wolfv6 closed 10 years ago

wolfv6 commented 10 years ago

I use Vim to write prose and notes; Opening links from markdown files is a huge convenience. So I installed vim-shell on Windows 7 with Vundle and Vim 7.4. But vim-shell is not working. Maybe I did something wrong on the install.

This is in my _vimrc file: Plugin 'file:///C:/Users/wolf/vimfiles/vim-misc/autoload/xolox/misc.vim' Plugin 'file:///C:/Users/wolf/vimfiles/shell/autoload/xolox/shell.vim'

This is my directory: vim-shell

Do I have it set up right? Thank you.

wolfv6 commented 10 years ago

The paths should contain "vim-" (not ".vim"). With the following code in my vimrc worked:

    " vim-misc from https://github.com/xolox/vim-misc    Vim scripts used by vim-shell
    Plugin 'xolox/vim-misc'
    call vundle#config#require(g:bundles)

    " vim-shell from https://github.com/xolox/vim-shell      <F6> opens links in browser
    Plugin 'xolox/vim-shell'
    call vundle#config#require(g:bundles)

Vundle installed the files to vimfiles\bundle: vimfiles

xolox commented 10 years ago

I corresponded with @wolfv6 via e-mail and got things sorted out, so I'm closing this issue now (only 99 issues left for me to resolve over all my repositories, I'm slowly making progress :-)).