comparison 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
comparison
equal deleted inserted replaced
7319:3d7c9075466b 7320:cc484bbb73dc
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 965,
744 /**/ 746 /**/
745 964, 747 964,
746 /**/ 748 /**/
747 963, 749 963,
748 /**/ 750 /**/