]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
NSIS: Fix 32-bit context menu
authorK.Takata <kentkt@csc.jp>
Sun, 31 May 2026 18:46:40 +0000 (18:46 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 31 May 2026 18:46:40 +0000 (18:46 +0000)
The 32-bit context menu was not translated after 8ae45e420218f5ed913c6b99cbccce99245ea97c.
NSIS requires a space after a `!`.

closes: #20396

Signed-off-by: K.Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
nsis/gvim.nsi

index 3d480088637e6f82c95332f8c6d741bc7c59314d..02751ce90a7f7ca06a6ac9e158ad23fa0245a6ba 100644 (file)
@@ -638,7 +638,7 @@ SectionGroupEnd
        !undef LIBRARY_X64
       ${EndIf}
 
-      !if !${ARM64}
+      !if ! ${ARM64}
        # Install DLLs for 32-bit gvimext.dll into the GvimExt32 directory.
        SetOutPath $0\GvimExt32
        ClearErrors