comparison src/version.c @ 13020:58cce40c965b v8.0.1386

patch 8.0.1386: cannot select modified buffers with getbufinfo() commit https://github.com/vim/vim/commit/8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 10 21:06:22 2017 +0100 patch 8.0.1386: cannot select modified buffers with getbufinfo() Problem: Cannot select modified buffers with getbufinfo(). Solution: Add the "bufmodified" flag. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2431)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2017 21:15:05 +0100
parents 8862bf5adf7b
children 71109531c516
comparison
equal deleted inserted replaced
13019:d4f4479e8e51 13020:58cce40c965b
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1386,
774 /**/ 776 /**/
775 1385, 777 1385,
776 /**/ 778 /**/
777 1384, 779 1384,
778 /**/ 780 /**/