pombreda / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Issue loading vcsbzr.vim plugin #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install vcscommand.vim and vcsbzr.vim
2. Run vim or gvim

What is the expected output? What do you see instead?

Expect vcscommand and the vcsbzr plugin to load with no error messages. Receive 
the following messages:

Error detected while processing /home/rhorning/.vim/plugin/plugin/vcsbzr.vim:
line   50:
E117: Unknown function: VCSCommandGetOption
E116: Invalid arguments for function 
executable(VCSCommandGetOption('VCSCommandBZRExec', 'bzr'))
E15: Invalid expression: !executable(VCSCommandGetOption('VCSCommandBZRExec', 
'bzr'))
line  262:
E117: Unknown function: VCSCommandRegisterModule
E15: Invalid expression: VCSCommandRegisterModule('BZR', expand('<sfile>'), 
s:bzrFunctions, [])

What version of the product are you using? On what operating system?

Using vcscommand-1.99.43 on Xubuntu 11.10 with VIM version 7.3.154

Please provide any additional information below.

I resolved the issue by renaming the vcsbzr.vim to a xcsbzr.vim to make sure it 
loads after the vcscommand.vim file. 

Original issue reported on code.google.com by roan.hor...@gmail.com on 5 Jun 2012 at 6:33

GoogleCodeExporter commented 9 years ago
Are you manually setting g:loaded_VCSCommand?  If that variable isn't set, 
vcsbzr will run the vcscommand root plugin to define all needed functions.

Original comment by bob.hies...@gmail.com on 7 Nov 2012 at 8:14

GoogleCodeExporter commented 9 years ago
Closing due to lack of response.

Original comment by bob.hies...@gmail.com on 12 Apr 2013 at 5:59