projects
/
vim
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b24fc
)
patch 7.4.1028
v7.4.1028
author
Bram Moolenaar
<Bram@vim.org>
Sat, 2 Jan 2016 17:08:01 +0000
(18:08 +0100)
committer
Bram Moolenaar
<Bram@vim.org>
Sat, 2 Jan 2016 17:08:01 +0000
(18:08 +0100)
Problem: Nsis version file missing from the distribution.
Solution: Add the file to the list.
Filelist
patch
|
blob
|
history
src/version.c
patch
|
blob
|
history
diff --git
a/Filelist
b/Filelist
index fcb1ed13c3f4fde5559b5cb87935d217650cd268..4281c7c24df33c0b23fe9ecbf34b0ab2add9c17e 100644
(file)
--- a/
Filelist
+++ b/
Filelist
@@
-355,6
+355,7
@@
SRC_DOS = \
src/xxd/Make_ming.mak \
src/xxd/Make_mvc.mak \
nsis/gvim.nsi \
+ nsis/gvim_version.nsh \
nsis/README.txt \
uninstal.txt \
src/VisVim/Commands.cpp \
diff --git
a/src/version.c
b/src/version.c
index 6c373bf7e99a6e4e5789e7d9777463fb03467a07..f0128d2d911a26d08a6a506743eb069cb0be3668 100644
(file)
--- a/
src/version.c
+++ b/
src/version.c
@@
-741,6
+741,8
@@
static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1028,
/**/
1027,
/**/