From 302d5762bee959c271533dffff2a03c721e20399 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 22 Mar 2023 21:06:41 +0000 Subject: [PATCH] Add Vim batch file --- docs/PerUserInstallers.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 9b5cf2b..fc952ce 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -79,6 +79,9 @@ cd %USERPROFILE%\opt\7zip

Vim

Download

The installer can run without admin permissions, or the ZIP version can run from any directory.

+

The following can be put into a batch file named vim.cmd in the %PATH% to make it easier to launch without pulling in all the other programs:

+
@ECHO OFF
+"%USERPROFILE%\opt\vim\vim90\vim.exe" %*

WinCompose

Download