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

tmux 1.6 "unknown option" #32

Closed
justinmk opened this issue Apr 16, 2014 · 1 comment · Fixed by #33
Closed

tmux 1.6 "unknown option" #32

justinmk opened this issue Apr 16, 2014 · 1 comment · Fixed by #33

Comments

@justinmk
Copy link
Contributor

tmux 1.6 appears to have capture-pane, but when I use tmuxcomplete#words(0):

tmux: unknown option -- J
usage: capture-pane [-b buffer-index] [-E end-line] [-S start-line] [-t target-pane]

Is it possible for tmuxcomplete to avoid the -J option on tmux 1.6? Sadly, 1.6 is still very common (eg, ubuntu 12.10). I don't have a newer tmux within reach right now so I haven't investigated further.

@wellle
Copy link
Owner

wellle commented Apr 16, 2014

It should work for you now when you add the following to your .vimrc (you probably have it already):

let g:tmuxcomplete#capture_args = ''

Thank you for pointing that out!

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

Successfully merging a pull request may close this issue.

2 participants