diff src/version.c @ 7320:cc484bbb73dc v7.4.965

commit https://github.com/vim/vim/commit/941aea2b975623a0c8bc24b140881ef0032a8bb8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 11 17:14:27 2015 +0100 patch 7.4.965 Problem: On FreeBSD /dev/fd/ files are special. Solution: Use is_dev_fd_file() also for FreeBSD. (Derek Schrock, closes https://github.com/vim/vim/issues/521)
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Dec 2015 17:15:04 +0100
parents de124c05fe4f
children 6f398bb76c29
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    965,
+/**/
     964,
 /**/
     963,