The +
means that vim binary has that feature. The /dyn means it is dynamically loaded and may or may not have the feature depending on whether or not it can find the dll.
see :help python-dynamic
.
The +
means that vim binary has that feature. The /dyn means it is dynamically loaded and may or may not have the feature depending on whether or not it can find the dll.
see :help python-dynamic
.