[Vim-vms] definition of vimruntime logical

Arpadffy Zoltan Zoltan.Arpadffy at scientificgames.se
Wed Oct 3 13:34:47 CEST 2007


Hello Samuel,

>alternative 0:
>- use the "optional" definition suggested by the website
>- login.com contains:
>    $ def vim full_path:[to.the.directory]
>    $ def vimruntime vim
>- completion does NOT work

You have right... VIMRUNTIME is wrong defined like this. 
Vim will never expand VIM, because it is treathen as absolute path and
not a logical. Logicals begin with $. 
VIMRUNTIME should be defined as $VIM and it will work, like below:

    $ def vim full_path:[to.the.directory]
    $ def vimruntime $vim

I will change on the page and in the documentation as well.

Thanks.

Regards, 
Z



More information about the Vim-vms mailing list