comparison src/version.c @ 12339:040ec95b8647 v8.0.1049

patch 8.0.1049: shell on Mac can't handle long text commit https://github.com/vim/vim/commit/d8d85bfb7d650d2fb584ea48aaaebdbc8a2e3dce Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 3 18:08:00 2017 +0200 patch 8.0.1049: shell on Mac can't handle long text Problem: Shell on Mac can't handle long text, making terminal test fail. Solution: Only write 1000 characters instead of 5000.
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Sep 2017 18:15:04 +0200
parents 040a892d0eed
children 4f1b89fb9f58
comparison
equal deleted inserted replaced
12338:210f6da3d249 12339:040ec95b8647
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1049,
772 /**/ 774 /**/
773 1048, 775 1048,
774 /**/ 776 /**/
775 1047, 777 1047,
776 /**/ 778 /**/