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