Skip to content

Commit

Permalink
Merge pull request carlhuda#184 from lackac/patch-1
Browse files Browse the repository at this point in the history
Fixed readme for `skip_vim_plugin` method
  • Loading branch information
tmm1 committed May 14, 2011
2 parents 832b6be + 4315fc9 commit 7e58750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ If you want to add additional Vim plugins you can do so by adding a
vim_plugin_task "minibufexpl", "git://github.com/fholgado/minibufexpl.vim.git"

If you do not wish to use one of the plugins Janus provides out of the
box you can have it skipped using the `skip_plugin_task` method in
box you can have it skipped using the `skip_vim_plugin` method in
`~/.janus.rake`:

skip_plugin_task "color-sampler"
skip_vim_plugin "color-sampler"

**Note**: Skipping the plugin will only apply to installation. It won't
remove configurations or mappings Janus might have added for it.
Expand Down

0 comments on commit 7e58750

Please sign in to comment.