We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af610b8 commit 1916673Copy full SHA for 1916673
2 files changed
nsis/gvim.nsi
@@ -327,8 +327,8 @@ Section "$(str_section_exe)" id_section_exe
327
File ${VIMSRC}\vimrun.exe
328
File /oname=tee.exe ${VIMSRC}\teew32.exe
329
File /oname=xxd.exe ${VIMSRC}\xxdw32.exe
330
- File ${VIMRT}\vimtutor.bat
331
- File ${VIMRT}\README.txt
+ File ..\vimtutor.bat
+ File ..\README.txt
332
File ..\uninstal.txt
333
File ${VIMRT}\*.vim
334
File ${VIMRT}\rgb.txt
src/version.c
@@ -799,6 +799,8 @@ static char *(features[]) =
799
800
static int included_patches[] =
801
{ /* Add new patch number below this line */
802
+/**/
803
+ 617,
804
/**/
805
616,
806
0 commit comments