Monday, August 3, 2020

Re: Registration of Vim executable on Windows

On Mon, Aug 3, 2020 at 2:15 PM Anton Shepelev <anton.txt@gmail.com> wrote:
>
> I wrote:
>
> > On my PC, for example, Vim's executables are installed at
> >
> > C:\Program Files\Vim\vim80
> >
> > but
> >
> > set | grep vim
> >
> > does show anything.
>
> * does not show anything.

At the command prompt,
echo %PATH%

should display a list of directories, one of which contains the Vim
executables. All executables you invoke at the command prompt are
searched in that same list, and the first one found gets executed. (If
your comand interpreter includes code for built-in commands, those
ones are looked-up first, and executed if a match is found, unless you
specify the .exe, .com, or .bat extension.)

Best regards,
Tony.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAJkCKXtiEn%2BTbkS3S-E-RqYMhSx0v_-OtqNDogZowiapqRxyEw%40mail.gmail.com.

No comments: