comparison README_VIM9.md @ 21825:0db0640e16e0

Update runtime files. Commit: https://github.com/vim/vim/commit/3d1cde8a2f28dce2c82d2b2b4c5e35e6662030e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 15 18:55:18 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Aug 2020 19:00:04 +0200
parents 1b345fb68ae3
children 17c4178f26ea
comparison
equal deleted inserted replaced
21824:91c90e53de36 21825:0db0640e16e0
96 interfaces. 96 interfaces.
97 * Improve the Vim script language, it is used to communicate with the external 97 * Improve the Vim script language, it is used to communicate with the external
98 tool and implements the Vim side of the interface. Also, it can be used when 98 tool and implements the Vim side of the interface. Also, it can be used when
99 an external tool is undesired. 99 an external tool is undesired.
100 100
101 All together this creates a clear situation: Vim with the +eval feature 101 Altogether this creates a clear situation: Vim with the +eval feature
102 will be sufficient for most plugins, while some plugins require 102 will be sufficient for most plugins, while some plugins require
103 installing a tool that can be written in any language. No confusion 103 installing a tool that can be written in any language. No confusion
104 about having Vim but the plugin not working because some specific 104 about having Vim but the plugin not working because some specific
105 language is missing. This is a good long term goal. 105 language is missing. This is a good long term goal.
106 106