pub fn paste<Data>(
data: Data,
crlf: bool,
phase: PastePhase,
) -> Result<bool, Error>Expand description
Binding to nvim_paste().
Returns true if the client may continue the paste, false if it must
cancel it.
pub fn paste<Data>(
data: Data,
crlf: bool,
phase: PastePhase,
) -> Result<bool, Error>Binding to nvim_paste().
Returns true if the client may continue the paste, false if it must
cancel it.