diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-15 18:55:18 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-15 18:55:18 +0200 |
commit | 3d1cde8a2f28dce2c82d2b2b4c5e35e6662030e0 (patch) | |
tree | 997f03c1bd793148efe3387f64c9e3efdcb44be9 /README_VIM9.md | |
parent | e3c37d8ebf9dbbf210fde4a5fb28eb1f2a492a34 (diff) | |
download | vim-git-3d1cde8a2f28dce2c82d2b2b4c5e35e6662030e0.tar.gz |
Update runtime files.
Diffstat (limited to 'README_VIM9.md')
-rw-r--r-- | README_VIM9.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_VIM9.md b/README_VIM9.md index 9f540791c..1d2963545 100644 --- a/README_VIM9.md +++ b/README_VIM9.md @@ -98,7 +98,7 @@ Instead of using script language support in Vim: tool and implements the Vim side of the interface. Also, it can be used when an external tool is undesired. -All together this creates a clear situation: Vim with the +eval feature +Altogether this creates a clear situation: Vim with the +eval feature will be sufficient for most plugins, while some plugins require installing a tool that can be written in any language. No confusion about having Vim but the plugin not working because some specific |