diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-08 03:23:39 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-04-08 03:42:21 +0200 |
| commit | ce76dffda46db99f073e4bcc159507024d2bfbe8 (patch) | |
| tree | d13bc141aa3ea8b28c38da091d4cf6af1fcbc040 /runtime/doc/develop.txt | |
| parent | 27cd1e07ed4117505b29ce4629bf30d2acb1ceca (diff) | |
| download | rneovim-ce76dffda46db99f073e4bcc159507024d2bfbe8.tar.gz rneovim-ce76dffda46db99f073e4bcc159507024d2bfbe8.tar.bz2 rneovim-ce76dffda46db99f073e4bcc159507024d2bfbe8.zip | |
doc: rewrite *feature-list*
Diffstat (limited to 'runtime/doc/develop.txt')
| -rw-r--r-- | runtime/doc/develop.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 4b1cbe2cce..a6ba7ee9c5 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -123,7 +123,7 @@ autoload/provider/python.vim script; the provider#python#Call function is only defined if a valid external Python host is found. That works well with the `has('python')` expression (normally used by Python plugins) because if the Python host isn't installed then the plugin will "think" it is running in -a Vim compiled without the |+python| feature. +a Vim compiled without the "+python" feature. DOCUMENTATION *dev-doc* |