Mercurial > vim
comparison src/version.c @ 16133:eb087f8a26a8 v8.1.1071
patch 8.1.1071: cannot get composing characters from the screen
commit https://github.com/vim/vim/commit/2912abb3a2fd72074e3901c8ae1d4a77ce764675
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 29 14:16:42 2019 +0100
patch 8.1.1071: cannot get composing characters from the screen
Problem: Cannot get composing characters from the screen.
Solution: Add screenchars() and screenstring(). (partly by Ozaki Kiichi,
closes #4059)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 29 Mar 2019 14:30:05 +0100 |
parents | 9f9ea58719c3 |
children | dc0801e374e0 |
comparison
equal
deleted
inserted
replaced
16132:e6681a9165bf | 16133:eb087f8a26a8 |
---|---|
773 NULL | 773 NULL |
774 }; | 774 }; |
775 | 775 |
776 static int included_patches[] = | 776 static int included_patches[] = |
777 { /* Add new patch number below this line */ | 777 { /* Add new patch number below this line */ |
778 /**/ | |
779 1071, | |
778 /**/ | 780 /**/ |
779 1070, | 781 1070, |
780 /**/ | 782 /**/ |
781 1069, | 783 1069, |
782 /**/ | 784 /**/ |