Re: [PATCH] setb: Check for existing named paste buffer

2014-05-13 Thread Nicholas Marriott
Whoops, applied, thanks. On Tue, May 13, 2014 at 10:55:58PM +0100, Thomas Adam wrote: > With the recent ability to name paste buffers, the following is possible: > > % ~/projects/tmux/tmux setb -b buffer0001 -nfoo > % ~/projects/tmux/tmux setb -b buffer -nbuffer0001 > % ~/projects/tmux/tmux

[PATCH] setb: Check for existing named paste buffer

2014-05-13 Thread Thomas Adam
With the recent ability to name paste buffers, the following is possible: % ~/projects/tmux/tmux setb -b buffer0001 -nfoo % ~/projects/tmux/tmux setb -b buffer -nbuffer0001 % ~/projects/tmux/tmux setb -b foo -nbuffer0001 Which results in two paste buffers with the same name. Perfectly legal