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

reattach-to-user-namespace is not needed in Tmux >=2.6 #301

Closed
delphinus opened this issue Jul 9, 2018 · 1 comment
Closed

reattach-to-user-namespace is not needed in Tmux >=2.6 #301

delphinus opened this issue Jul 9, 2018 · 1 comment

Comments

@delphinus
Copy link
Contributor

This issue says reattach-to-user-namespace is not needed now. I also confirmed that it is true with tmux 2.7 from homebrew.

# it operates both correctly
terminal-notifier -message hello
osascript -e 'display notification "hello"'

if exists('$TMUX')
if !executable('reattach-to-user-namespace')
call dein#util#_error(
\ 'Please install "reattach-to-user-namespace" command'
\ . 'to use notification in tmux.')
return
endif
" Use reattach-to-user-namespace in tmux
let cmd .= 'reattach-to-user-namespace '
endif

I think this if block should be removed (or should show note for Tmux <2.6).

@Shougo Shougo closed this as completed in ba7b147 Jul 9, 2018
@Shougo
Copy link
Owner

Shougo commented Jul 9, 2018

OK.

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