do not use shell lexer
- as it doesn't exist
This commit is contained in:
parent
87cc943f3c
commit
a17a896ab3
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
1. Setup [Vundle]:
|
1. Setup [Vundle]:
|
||||||
|
|
||||||
```shell
|
```
|
||||||
$ git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
$ git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ see [`:h vundle`](vundle/blob/master/doc/vundle.txt#L1) vimdoc for more details.
|
|||||||
|
|
||||||
**A** This is the case of invalid name used with `Bundle`, which leads to attempt to clone nonexistent repo:
|
**A** This is the case of invalid name used with `Bundle`, which leads to attempt to clone nonexistent repo:
|
||||||
|
|
||||||
```shell
|
```
|
||||||
git clone http://github.com/gmarik/non_existin_repo
|
git clone http://github.com/gmarik/non_existin_repo
|
||||||
Cloning into non_existin_repo...
|
Cloning into non_existin_repo...
|
||||||
Username:
|
Username:
|
||||||
|
Loading…
Reference in New Issue
Block a user