mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 20:38:18 +00:00
docs: fix typo
This commit is contained in:
@@ -1251,7 +1251,7 @@ nvim_open_term({buffer}, {opts}) *nvim_open_term()*
|
|||||||
For instance, for a floating display, first create an empty
|
For instance, for a floating display, first create an empty
|
||||||
buffer using |nvim_create_buf()|, then display it using
|
buffer using |nvim_create_buf()|, then display it using
|
||||||
|nvim_open_win()|, and then call this function. Then
|
|nvim_open_win()|, and then call this function. Then
|
||||||
|nvim_chan_send()| cal be called immediately to process
|
|nvim_chan_send()| can be called immediately to process
|
||||||
sequences in a virtual terminal having the intended size.
|
sequences in a virtual terminal having the intended size.
|
||||||
|
|
||||||
Parameters: ~
|
Parameters: ~
|
||||||
|
@@ -1219,7 +1219,7 @@ fail:
|
|||||||
/// buffer in a configured window before calling this. For instance, for a
|
/// buffer in a configured window before calling this. For instance, for a
|
||||||
/// floating display, first create an empty buffer using |nvim_create_buf()|,
|
/// floating display, first create an empty buffer using |nvim_create_buf()|,
|
||||||
/// then display it using |nvim_open_win()|, and then call this function.
|
/// then display it using |nvim_open_win()|, and then call this function.
|
||||||
/// Then |nvim_chan_send()| cal be called immediately to process sequences
|
/// Then |nvim_chan_send()| can be called immediately to process sequences
|
||||||
/// in a virtual terminal having the intended size.
|
/// in a virtual terminal having the intended size.
|
||||||
///
|
///
|
||||||
/// @param buffer the buffer to use (expected to be empty)
|
/// @param buffer the buffer to use (expected to be empty)
|
||||||
|
Reference in New Issue
Block a user