Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Commit: nsis: copy tutor directory recursively
3 views
Skip to first unread message
Christian Brabandt
unread,
Jun 29, 2025, 10:30:16 AM
6/29/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
nsis: copy tutor directory recursively
Commit:
https://github.com/vim/vim/commit/44a2e3c5d4cdd9491ad074ee3cb257db2aed9c6a
Author: RestorerZ <
rest...@mail2k.ru
>
Date: Sun Jun 29 16:23:33 2025 +0200
nsis: copy tutor directory recursively
fixes: vim/vim-win32-installerhttps://
github.com/vim/vim/issues/382
closes:
https://github.com/vim/vim/issues/17630
Signed-off-by: RestorerZ <
rest...@mail2k.ru
>
Signed-off-by: Christian Brabandt <
c...@256bit.org
>
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 8842dac63..eef8a1222 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -498,7 +498,7 @@ Section "$(str_section_exe)" id_section_exe
File ${VIMRT} ools\*.*
SetOutPath $0 utor
- File /x Makefile /x *.info ${VIMRT} utor\*.*
+ File /r /x *.info ${VIMRT} utor\*.*
SectionEnd
##########################################################
Reply all
Reply to author
Forward
0 new messages