Re: tmux-powerline makes tmux crash overnight?

2012-12-24 Thread John Schmitt
On Sat, Nov 17, 2012 at 09:12:37PM +, Thomas Adam wrote: > On Sat, Nov 17, 2012 at 12:07:40PM -0800, John Schmitt wrote: ... > Well, compile up tmux with "-g -ggdb" and see if it core dumps. After having done this I've been able to reproduce my issue. Do you want me to email you whole core f

Re: tmux.vim syntax file curiosity

2012-12-24 Thread Tiago Cunha
On Fri, Dec 21, 2012 at 08:51:29PM -0800, Bruce Wolk wrote: > The only keywords with optional components being recognized are those > with the optional component at the end. Is there something I am missing > here? Nope. You're correct. Should be fixed in git. Thanks! --

Re: [PATCHv2 5/6] Allow '$' and '^' in select-window index.

2012-12-24 Thread Nicholas Marriott
Applied, with man page bits :-). On Sat, Dec 15, 2012 at 05:32:20AM +0530, Raghavendra D Prabhu wrote: > This allows one to select the last window (not last-window but window with > highest index), so one can bind it to 'select-window -t:$' to jump to the end > window, and similary bind to 'selec

Re: [PATCHv2 2/6] Added 'T' flag for select-window wherein if select-window is invoked on same window as current, it switches to previous window.

2012-12-24 Thread Nicholas Marriott
Applied with some trivial tweaks, thanks. On Sat, Dec 15, 2012 at 05:32:17AM +0530, Raghavendra D Prabhu wrote: > This is to simulate a behavior similar to what is found in window managers > where > using the same key used to switched to the workspace returns to previous > workspace; since this a

Re: [PATCHv2 4/6] Add flag 'u' to choose-tree to uncollapse tree by default.

2012-12-24 Thread Nicholas Marriott
Also applied. On Sat, Dec 15, 2012 at 05:32:19AM +0530, Raghavendra D Prabhu wrote: > choose-tree, by default, folds/collapses the window tree grouped by session. > This adds a flag 'u' to uncollapse it by default. > > Signed-off-by: Raghavendra D Prabhu > > diff --git a/cmd-choose-tree.c b/cm

Re: [PATCHv2 6/6] Remove the extra window_choose_redraw_screen.

2012-12-24 Thread Nicholas Marriott
This one applied, thanks. On Sat, Dec 15, 2012 at 05:32:21AM +0530, Raghavendra D Prabhu wrote: > window_choose_collapse_all already calls window_choose_redraw_screen, hence > removing it from window_choose_ready. > > Signed-off-by: Raghavendra D Prabhu > > diff --git a/window-choose.c b/windo

Re: Ignoring prefix key special handling when pasting

2012-12-24 Thread Nicholas Marriott
Whoops, try this instead please: Index: options-table.c === RCS file: /cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.30 diff -u -p -r1.30 options-table.c --- options-table.c 27 Nov 2012 13:52:23 - 1.30 +++