Skip to content
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

Invalid arguments for function VimuxRunCommand #51

Closed
BrianHicks opened this issue Oct 22, 2012 · 3 comments
Closed

Invalid arguments for function VimuxRunCommand #51

BrianHicks opened this issue Oct 22, 2012 · 3 comments

Comments

@BrianHicks
Copy link

I updated my plugins this morning, and pulled in #50 (only). Now when I run :VimuxPromptCommand (for me bound to nnoremap <leader>vp :VimuxPromptCommand<cr>, I get the following:

Error detected while processing function VimuxPromptCommand:                                                                                                                                                                                                                        
line    3:                                                                                                                                                                                                                                                                          
E15: Invalid expression:                                                                                                                                                                                                                                                            
E15: Invalid expression:                                                                                                                                                                                                                                                            
line    6:                                                                                                                                                                                                                                                                          
E121: Undefined variable: l:command                                                                                                                                                                                                                                                 
E116: Invalid arguments for function VimuxRunCommand                                                                                                                                                                                                                                
Press ENTER or type command to continue

Vim 7.3.646 w/ Ruby (through homebrew, if it makes a difference)
tmux 1.7

@benmills
Copy link
Collaborator

Are you sure you pulled in the fix for #50? That is the exact error you should see if you had the typo in VimuxPromptCommand

What is your output for sed -n "155,164p" ~/.vim/bundle/vimux/plugin/vimux.vim?

@BrianHicks
Copy link
Author

I pulled again and it worked. Something must have failed to update. (Using :BundleInstall! from Vundle.)

@benmills
Copy link
Collaborator

Good to hear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants