Vim */dyn support

Posted by galymzhan on Super User See other posts from Super User or by galymzhan
Published on 2011-02-08T06:36:11Z Indexed on 2011/02/08 7:27 UTC
Read the original article Hit count: 502

Filed under:
|
|
|

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?

© Super User or respective owner

Related posts about vim

Related posts about python