Fix a typo in previous (, -> :).

pull/1735/head
nicm 2019-05-10 18:09:51 +00:00
parent 6dcca5fda4
commit d62fd78655
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ static void format_defaults_winlink(struct format_tree *, struct winlink *);
"New Session,s,new-session|" \
"New Window,w,new-window"
#define DEFAULT_WINDOW_MENU \
"Swap Left,l,swap-window -t,-1|" \
"Swap Right,r,swap-window -t,+1|" \
"Swap Left,l,swap-window -t:-1|" \
"Swap Right,r,swap-window -t:+1|" \
"#{?pane_marked_set,,#[dim]}Swap Marked,s,swap-window|" \
"|" \
"Kill,X,kill-window|" \