Skip to content

Commit 0d159e0

Browse files
committed
Update vimdoc to match README installation
1 parent 5c685d4 commit 0d159e0

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

doc/automkdir.txt

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,44 @@ PLUGIN MANAGERS *automkdir-managers* {{{1
1919

2020
If you don't already use a Vim plugin manager, install one now.
2121

22-
Vundle is easy:
22+
Vundle:
2323

24-
https://github.com/gmarik/vundle#readme
24+
https://github.com/VundleVim/Vundle.vim#readme
2525

26-
So is vim-addon-manager (VAM):
26+
or NeoBundle:
27+
28+
https://github.com/Shougo/neobundle.vim#readme
29+
30+
or vim-addon-manager (VAM):
2731

2832
https://github.com/MarcWeber/vim-addon-manager
2933

3034
==============================================================================
3135
INSTALLATION *automkdir-install* {{{1
3236

33-
To add this plugin with Vundle, add this to your .vimrc: >
37+
To install, do one of the following:
38+
39+
1. Using Vundle, add this to your .vimrc: >
40+
41+
Plugin 'benizi/vim-automkdir'
42+
<
43+
44+
Then run: >
45+
46+
:PluginInstall
47+
<
48+
49+
2. Using NeoBundle, add this to your .vimrc: >
3450

35-
Bundle 'benizi/vim-automkdir'
51+
NeoBundle 'github:benizi/vim-automkdir'
3652
<
3753

3854
Then run: >
3955

40-
:BundleInstall
56+
:NeobundleInstall
4157
<
4258

43-
With VAM: >
59+
3. Using VAM: >
4460

4561
:InstallAddons github:benizi/vim-automkdir
4662
<

0 commit comments

Comments
 (0)