Function nvim_oxi_api::paste
source ยท 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.