summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-30 15:01:59 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-30 15:01:59 +0100
commitfc57380c3f1370c26b8c1eddcf9bccbad58e11aa (patch)
tree83291ac1aab0c1172618691576dcb4ed3a46f1b4 /src/version.c
parent5d6f75e17e783b4ce6702b243cf8fda107592e87 (diff)
updated for version 7.3.390v7.3.390
Problem: Using NULL buffer pointer in a window. Solution: Check for w_buffer being NULL in more places. (Bjorn Winckler)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5aaf8948e7..1deb08f344 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 390,
+/**/
389,
/**/
388,