comparison src/version.c @ 10302:210af8588e8a v8.0.0047

commit https://github.com/vim/vim/commit/50e5376926dc2ec4a26a7a16f8f0f3213c4afdf0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 27 14:49:15 2016 +0200 patch 8.0.0047 Problem: Crash when using the preview window from an unnamed buffer. (lifepillar) Solution: Do not clear the wrong buffer. (closes https://github.com/vim/vim/issues/1200)
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Oct 2016 15:00:04 +0200
parents 7b2f95633e28
children 179794481db4
comparison
equal deleted inserted replaced
10301:07d2b5a3b7cc 10302:210af8588e8a
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 47,
767 /**/ 769 /**/
768 46, 770 46,
769 /**/ 771 /**/
770 45, 772 45,
771 /**/ 773 /**/