buffer

Function buffer 

Source
pub fn buffer(pa: &mut Pass, buffer: impl Display) -> CmdResult
Expand description

Switches to a Buffer with the given name.

If there is no buffer open with that name, does nothing. Use edit if you wish to open buffers.

If there are more arguments, they will be ignored.