File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Original file line number Diff line number Diff 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
99In vimrc:
1010
1111``` vim
12- Bundle 'benizi/ vim-automkdir '
12+ NeoBundle 'https://github.com/Shougo/neobundle. vim'
1313```
1414
1515Then:
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
3144Save 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
3557Within ` 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
You can’t perform that action at this time.
0 commit comments