-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to setup "Ag" command via Autoload: E464: Ambiguous use of user-defined command #9
Comments
I guess the problem here is that the :Ag command definition contains a For the moment, you could define a custom definition in call TPluginCommand('com! -bang -nargs=+ Ag', 'ag') etc. BTW you might want to consider asking the developer to move the HTH |
I've looked into this again (trying to combine tplugin's autoload facilities with NeoBundle).
That appears to be not an issue. The problem here is that ag.vim checks with
While the real fix is to check for I will provide a PR for this. |
Having calles `s:RemoveAutoloads` with a specific cmd only would not trigger deleting of all user commands later. Fixes tomtom#9
tplugin does not pick up the "Ag" command from the ag plugin: https://github.com/ervandew/ag
The text was updated successfully, but these errors were encountered: