NSIS: Fix 32-bit context menu
Commit:
https://github.com/vim/vim/commit/905312e0e6a2f7982b9b0ff19f26cc19a7226abd
Author: K.Takata <[email protected]>
Date: Sun May 31 18:46:40 2026 +0000
NSIS: Fix 32-bit context menu
The 32-bit context menu was not translated after
8ae45e420218f5ed913c6b99cbccce99245ea97c.
NSIS requires a space after a `!`.
closes: #20396
Signed-off-by: K.Takata <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 3d4800886..02751ce90 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -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
--
--
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wTlOI-00GQeI-QT%40256bit.org.