mirror of
https://github.com/neovim/neovim.git
synced 2025-11-06 18:54:24 +00:00
Merge pull request #4145 from pra85/patch-1
typo in doc/nvim_provider.txt
This commit is contained in:
@@ -26,7 +26,7 @@ are now decoupled from Nvim core as providers:
|
|||||||
|
|
||||||
The first example is clipboard integration: in the original Vim source code,
|
The first example is clipboard integration: in the original Vim source code,
|
||||||
clipboard functions account for more than 1k lines of C source code (and that
|
clipboard functions account for more than 1k lines of C source code (and that
|
||||||
is just on ui.c), all to peform two tasks that are now accomplished with
|
is just on ui.c), all to perform two tasks that are now accomplished with
|
||||||
simple shell commands such as xclip or pbcopy/pbpaste.
|
simple shell commands such as xclip or pbcopy/pbpaste.
|
||||||
|
|
||||||
The other example is Python scripting support: Vim has three files dedicated to
|
The other example is Python scripting support: Vim has three files dedicated to
|
||||||
|
|||||||
Reference in New Issue
Block a user