comparison src/version.c @ 18560:81272918c0ea v8.1.2274

patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUI Commit: https://github.com/vim/vim/commit/d1c1c823892d0713065934256f48e7f4e6609f99 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 9 16:59:14 2019 +0100 patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUI Problem: Newlines in 'balloonexpr' result only work in the GUI. Solution: Also recognize newlines in the terminal. (closes https://github.com/vim/vim/issues/5193)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Nov 2019 17:00:03 +0100
parents e5ef5d820b5b
children ecbe15ce5918
comparison
equal deleted inserted replaced
18559:f983bf313b4d 18560:81272918c0ea
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 2274,
744 /**/ 746 /**/
745 2273, 747 2273,
746 /**/ 748 /**/
747 2272, 749 2272,
748 /**/ 750 /**/