File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,6 +215,28 @@ Section "Vim executables and runtime files"
215215 SetOutPath $0 \macros
216216 File ${VIMRT} \macros\*.*
217217
218+ SetOutPath $0 \pack\dist\opt\dvorak\dvorak
219+ File ${VIMRT} \pack\dist\opt\dvorak\dvorak\*.*
220+ SetOutPath $0 \pack\dist\opt\dvorak\plugin
221+ File ${VIMRT} \pack\dist\opt\dvorak\plugin\*.*
222+
223+ SetOutPath $0 \pack\dist\opt\editexisting\plugin
224+ File ${VIMRT} \pack\dist\opt\editexisting\plugin\*.*
225+
226+ SetOutPath $0 \pack\dist\opt\justify\plugin
227+ File ${VIMRT} \pack\dist\opt\justify\plugin\*.*
228+
229+ SetOutPath $0 \pack\dist\opt\matchit\doc
230+ File ${VIMRT} \pack\dist\opt\matchit\doc\*.*
231+ SetOutPath $0 \pack\dist\opt\matchit\plugin
232+ File ${VIMRT} \pack\dist\opt\matchit\plugin\*.*
233+
234+ SetOutPath $0 \pack\dist\opt\shellmenu\plugin
235+ File ${VIMRT} \pack\dist\opt\shellmenu\plugin\*.*
236+
237+ SetOutPath $0 \pack\dist\opt\swapmouse\plugin
238+ File ${VIMRT} \pack\dist\opt\swapmouse\plugin\*.*
239+
218240 SetOutPath $0 \plugin
219241 File ${VIMRT} \plugin\*.*
220242
Original file line number Diff line number Diff line change @@ -753,6 +753,8 @@ static char *(features[]) =
753753
754754static int included_patches [] =
755755{ /* Add new patch number below this line */
756+ /**/
757+ 1788 ,
756758/**/
757759 1787 ,
758760/**/
You can’t perform that action at this time.
0 commit comments