fix tmux-new-window command docstring

This commit is contained in:
Gokcehan Kara 2016-01-23 19:46:36 +02:00
parent 99b4dc9929
commit 4fdaba5a42

View File

@ -33,7 +33,7 @@ def tmux-new-horizontal -params .. -command-completion -docstring "Create a new
tmux-new-impl 'split-window -h' %arg{@}
}
def tmux-new-window -params .. -command-completion -docstring "Create a new horizontal pane in tmux" %{
def tmux-new-window -params .. -command-completion -docstring "Create a new window in tmux" %{
tmux-new-impl 'new-window' %arg{@}
}