doc: fix typo in doc/nvim_provider.txt

Spelling mistake - 
`peform` > `perform`
This commit is contained in:
Prayag Verma
2016-02-01 13:15:26 +05:30
parent 59ef994f8f
commit 1ac6601841

View File

@@ -26,7 +26,7 @@ are now decoupled from Nvim core as providers:
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
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.
The other example is Python scripting support: Vim has three files dedicated to