Skip to content

Commit 4312272

Browse files
committed
Merge pull request spf13#672 from shoekstra/fix_echo
fixed echo command
2 parents ff1c8bc + eaacf45 commit 4312272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ needs to be set in your `.vimrc.bundles.fork` file.
196196
You can specify the default bundles for your fork using `.vimrc.before.fork` file. Here is how to create an example `.vimrc.before.fork` file
197197
in a fork repo for the default bundles.
198198
```bash
199-
echo let g:spf13_bundle_groups=['general', 'programming', 'misc', 'youcompleteme'] >> .vimrc.before.fork
199+
echo let g:spf13_bundle_groups=[\'general\', \'programming\', \'misc\', \'youcompleteme\'] >> .vimrc.before.fork
200200
```
201201
Once you have this file in your repo, only the bundles you specified will be installed during the first installation of your fork.
202202

0 commit comments

Comments
 (0)