-
Dear friends,
The installation in my system ends with a screwed up terminal and during it, there are some error messages/warnings:
shahar@shahar-desktop:~$ rm -rf .vim\* .spf13-vim-3/
shahar@shahar-de…
-
I'm running Debian Wheezy and installing thru:
```
curl http://j.mp/spf13-vim3 -L -o - | sh
```
at the end I get:
```
installing plugins using Vundle
Vim: Warning: Input is not from a terminal
```…
-
No .vim\* files existed before running the following command:
```
LANG=en_US.UTF-8 curl http://j.mp/spf13-vim3 -L -o - | LANG=en_US.UTF-8 sh
% Total % Received % Xferd Average Speed Time T…
-
When I run
curl http://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
I get the error
error: The requested URL returned error: 403 while accessing http://github.com/gmarik/vundle.git/info/re…
txsl updated
11 years ago
-
Ubuntu 12.10,
Running:
curl -k http://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
Error E282: Cannot read from "/home/xxx/.spf13-vim-3/.vimrc.bundles"
-
Hi,
I tried to install it with Cygwin. I have an install of Cygwin with curl, vim and git. So far the line
```
curl http://j.mp/spf13-vim3 -L -o - | sh
```
works great. The script gets correctly t…
-
jason@FtMan ~/var/spf13-vim $ sh bootstrap.sh
Thanks for installing spf13-vim
backing up current vim config
cloning spf13-vim
Cloning into '/home/jason/.spf13-vim-3'...
error: Recv failure: Connectio…
-
Rerun the scrip and get error
$ curl http://j.mp/spf13-vim3 -L -o - | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload…
-
When I copy paste this
``` shell
curl http://j.mp/spf13-vim3 -L -o - | sh
```
I get this output and nothing happens :
``` shell
% Total % Received % Xferd Average Speed Time Time Ti…
-
hi,
I want to change default ~/.vim to ~/.another_vim
I have the following settings in my .vimrc
set rtp =~/.vim2,/usr/share/vim/vimfiles,/usr/share/vim/vim73,/usr/share/vim/vimfiles/after,~/.vim2/af…
twmht updated
12 years ago