doc: rewrite *feature-list*

This commit is contained in:
Justin M. Keyes
2019-04-08 03:23:39 +02:00
parent 27cd1e07ed
commit ce76dffda4
7 changed files with 53 additions and 324 deletions

View File

@@ -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*