Skip to content

Commit 10ea695

Browse files
committed
update readme
1 parent 310fe3a commit 10ea695

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,31 @@ Automatically call mkdir -p as necessary when writing files.
44

55
## Installation
66

7-
### With [Vundle][vundle]
7+
### With [NeoBundle](https://github.com/Shougo/neobundle.vim)
88

99
In vimrc:
1010

1111
```vim
12-
Bundle 'benizi/vim-automkdir'
12+
NeoBundle 'https://github.com/Shougo/neobundle.vim'
1313
```
1414

1515
Then:
16+
```vim
17+
:NeobundleInstall
18+
```
19+
20+
### With [Vundle.vim](https://github.com/VundleVim/Vundle.vim)
21+
22+
In vimrc:
1623

1724
```vim
18-
:BundleInstall
25+
Plugin 'benizi/vim-automkdir'
26+
```
27+
28+
Then:
29+
30+
```vim
31+
:PluginInstall
1932
```
2033

2134
### With [vim-addon-manager][vam]
@@ -30,6 +43,15 @@ Open a file, even if its directory doesn't exist.
3043

3144
Save it.
3245

46+
## Option
47+
48+
`g:automkdir_silent`
49+
50+
If set = 1, the plugin will silent makedir!
51+
52+
default 0
53+
54+
3355
## Full documentation
3456

3557
Within `vim` run:
@@ -38,5 +60,4 @@ Within `vim` run:
3860
:help automkdir
3961
```
4062

41-
[vundle]: https://github.com/gmarik/vundle#readme
4263
[vam]: https://github.com/MarcWeber/vim-addon-manager

0 commit comments

Comments
 (0)