Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code

This commit is contained in:
Nicholas Marriott
2013-10-01 23:50:24 +01:00
9 changed files with 19 additions and 8 deletions

View File

@ -36,7 +36,7 @@ const struct cmd_entry cmd_split_window_entry = {
"[-dhvP] [-c start-directory] [-F format] [-p percentage|-l size] "
CMD_TARGET_PANE_USAGE " [command]",
0,
NULL,
cmd_split_window_key_binding,
cmd_split_window_exec
};