@@ -354,42 +354,10 @@ Section "$(str_section_exe)" id_section_exe
354354 File ${VIMRT} \indent\*.*
355355
356356 SetOutPath $0 \macros
357- File ${VIMRT} \macros\*.*
358- SetOutPath $0 \macros\hanoi
359- File ${VIMRT} \macros\hanoi\*.*
360- SetOutPath $0 \macros\life
361- File ${VIMRT} \macros\life\*.*
362- SetOutPath $0 \macros\maze
363- File ${VIMRT} \macros\maze\*.*
364- SetOutPath $0 \macros\urm
365- File ${VIMRT} \macros\urm\*.*
366-
367- SetOutPath $0 \pack\dist\opt\dvorak\dvorak
368- File ${VIMRT} \pack\dist\opt\dvorak\dvorak\*.*
369- SetOutPath $0 \pack\dist\opt\dvorak\plugin
370- File ${VIMRT} \pack\dist\opt\dvorak\plugin\*.*
371-
372- SetOutPath $0 \pack\dist\opt\editexisting\plugin
373- File ${VIMRT} \pack\dist\opt\editexisting\plugin\*.*
374-
375- SetOutPath $0 \pack\dist\opt\justify\plugin
376- File ${VIMRT} \pack\dist\opt\justify\plugin\*.*
377-
378- SetOutPath $0 \pack\dist\opt\matchit\doc
379- File ${VIMRT} \pack\dist\opt\matchit\doc\*.*
380- SetOutPath $0 \pack\dist\opt\matchit\plugin
381- File ${VIMRT} \pack\dist\opt\matchit\plugin\*.*
382- SetOutPath $0 \pack\dist\opt\matchit\autoload
383- File ${VIMRT} \pack\dist\opt\matchit\autoload\*.*
384-
385- SetOutPath $0 \pack\dist\opt\shellmenu\plugin
386- File ${VIMRT} \pack\dist\opt\shellmenu\plugin\*.*
387-
388- SetOutPath $0 \pack\dist\opt\swapmouse\plugin
389- File ${VIMRT} \pack\dist\opt\swapmouse\plugin\*.*
390-
391- SetOutPath $0 \pack\dist\opt\termdebug\plugin
392- File ${VIMRT} \pack\dist\opt\termdebug\plugin\*.*
357+ File /r ${VIMRT} \macros\*.*
358+
359+ SetOutPath $0 \pack
360+ File /r ${VIMRT} \pack\*.*
393361
394362 SetOutPath $0 \plugin
395363 File ${VIMRT} \plugin\*.*
0 commit comments