Vim */dyn support
- by galymzhan
What does mean the plus sign before */dyn in the :version command's output, e.g.:
+python/dyn +python3/dyn +ruby/dyn +tcl/dyn
I didn't find any useful documentation on it. When I run :echo has('python3') Vim returns 0. When I run :python3 print('hi') it says E370: Could not load library python31.dll meaning I should install python (as I understand).
So I just can't see the difference between -*/dyn and +*/dyn. What does plus sign give to us? Also what's the difference from dyn-less feature, e.g. +python?