comparison src/version.c @ 12865:ebb4f6c93598 v8.0.1309

patch 8.0.1309: cannot use 'balloonexpr' in a terminal commit https://github.com/vim/vim/commit/51b0f3701ecb440aa72ab6017c1df6940c0e0f6f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 18:52:04 2017 +0100 patch 8.0.1309: cannot use 'balloonexpr' in a terminal Problem: Cannot use 'balloonexpr' in a terminal. Solution: Add 'balloonevalterm' and add code to handle mouse movements in a terminal. Initial implementation for Unix with GUI.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 19:00:06 +0100
parents e7ec107f6354
children 6c199b02c933
comparison
equal deleted inserted replaced
12864:e98532b79dba 12865:ebb4f6c93598
91 #ifdef FEAT_BEVAL 91 #ifdef FEAT_BEVAL
92 "+balloon_eval", 92 "+balloon_eval",
93 #else 93 #else
94 "-balloon_eval", 94 "-balloon_eval",
95 #endif 95 #endif
96 #ifdef FEAT_BEVALTERM
97 "+balloon_eval_term",
98 #else
99 "-balloon_eval_term",
100 #endif
96 #ifdef FEAT_BROWSE 101 #ifdef FEAT_BROWSE
97 "+browse", 102 "+browse",
98 #else 103 #else
99 "-browse", 104 "-browse",
100 #endif 105 #endif
764 NULL 769 NULL
765 }; 770 };
766 771
767 static int included_patches[] = 772 static int included_patches[] =
768 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1309,
769 /**/ 776 /**/
770 1308, 777 1308,
771 /**/ 778 /**/
772 1307, 779 1307,
773 /**/ 780 /**/