Skip to content

Commit

Permalink
Update vimrc.bundles
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
btakashi committed Mar 24, 2016
1 parent 8c8409e commit 248fb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ end

" Shim command and function to allow migration from Vundle to vim-plug.
function! VundleToPlug(vundle_command, arg, ...)
echom "You are using Vundle's `".a:vundle_command."` command to declare plugins. Dotfiles now uses vim-plug for plugin mangagement. Please rename uses of `".a:vundle_command."` to `Plug`. Plugin was '".a:arg."'."
echom "You are using Vundle's `".a:vundle_command."` command to declare plugins. Dotfiles now uses vim-plug for plugin management. Please rename uses of `".a:vundle_command."` to `Plug`. Plugin was '".a:arg."'."
let vim_plug_options = {}

if a:0 > 0
Expand Down

0 comments on commit 248fb06

Please sign in to comment.