aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-21 13:38:59 +0200
committerGitHub <noreply@github.com>2017-05-21 13:38:59 +0200
commit9cc10c69f2533a71c0e352b534d0b09567e51668 (patch)
tree58b886199dc65c8a15f4d66deb9e927b96d5813f /runtime/doc/vim_diff.txt
parentbfb9cf1fc3fb377e4ca1430e95435fe7ad06282b (diff)
parent872465cf1d0942a6aa7287174dd2df24e84d9241 (diff)
downloadrneovim-9cc10c69f2533a71c0e352b534d0b09567e51668.tar.gz
rneovim-9cc10c69f2533a71c0e352b534d0b09567e51668.tar.bz2
rneovim-9cc10c69f2533a71c0e352b534d0b09567e51668.zip
Merge #6775 from justinmk/doc
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 9a7789c0f5..8851ef2d4b 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -85,9 +85,9 @@ Working intuitively and consistently is a major goal of Nvim. Examples:
ARCHITECTURE ~
External plugins run in separate processes. |remote-plugin| This improves
-stability and allows those plugins to perform tasks without blocking the
-editor. Even "legacy" Python and Ruby plugins which use the old Vim interfaces
-(|if_py| and |if_ruby|) run out-of-process.
+stability and allows those plugins to work without blocking the editor. Even
+"legacy" Python and Ruby plugins which use the old Vim interfaces (|if_py| and
+|if_ruby|) run out-of-process.
FEATURES ~