Mercurial > vim
comparison src/version.c @ 17522:e17cbc3e545d v8.1.1759
patch 8.1.1759: no mode char for terminal mapping from maparg()
commit https://github.com/vim/vim/commit/14371ed69778107654e39268d0d90982e53ad6e0
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 27 21:05:21 2019 +0200
patch 8.1.1759: no mode char for terminal mapping from maparg()
Problem: No mode char for terminal mapping from maparg().
Solution: Check for TERMINAL mode. (closes https://github.com/vim/vim/issues/4735)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 27 Jul 2019 21:15:05 +0200 |
parents | 827d29c8f7e8 |
children | 2b35e273392b |
comparison
equal
deleted
inserted
replaced
17521:759cc01b28b5 | 17522:e17cbc3e545d |
---|---|
775 NULL | 775 NULL |
776 }; | 776 }; |
777 | 777 |
778 static int included_patches[] = | 778 static int included_patches[] = |
779 { /* Add new patch number below this line */ | 779 { /* Add new patch number below this line */ |
780 /**/ | |
781 1759, | |
780 /**/ | 782 /**/ |
781 1758, | 783 1758, |
782 /**/ | 784 /**/ |
783 1757, | 785 1757, |
784 /**/ | 786 /**/ |