On 9/10/06, Jürgen Krämer <[EMAIL PROTECTED]> wrote:

Hi,

Yakov Lerner wrote:
>
> How can a script test for specific patchlevel ?
> For example, I have vim 7.0.86 and I need to check in the script that
> patchlevel is >= 7.0.86. But v:version is 700. How ? It would be
> nice if to have patchlist available through some v: variable.

you can check for a specific patch with

  :let patch_ok = has('patch123')

Nice. Thanks.

Yakov

Reply via email to