On 2019-04-18, Chris White wrote:

>   • In cxw42/editorconfig-vim@e885c43 I have added :EditorConfigDisable and
>     :EditorConfigEnable. If this plugin were to be enabled by default, you
>     could disable it with EditorConfigDisable in your vimrc.

Plugins are not sourced until after vimrc is sourced, so no commands
defined by a plugin exist when vimrc is sourced.  Instead, the usual
method is to set some global variable in vimrc that the plugin later
tests to avoid executing the rest of itself, e.g.,

    :let g:loaded_editorconfig = 1

Regards,
Gary

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui