comparison src/version.c @ 18644:7bfe68b637be v8.1.2314

patch 8.1.2314: vi' sometimes does not select anything Commit: https://github.com/vim/vim/commit/7170b295b06e3168424985530d8477ed2e058b67 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 17 17:32:28 2019 +0100 patch 8.1.2314: vi' sometimes does not select anything Problem: vi' sometimes does not select anything. Solution: Recognize an empty selection. (Christian Brabandt, closes https://github.com/vim/vim/issues/5183)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Nov 2019 17:45:03 +0100
parents bbea1f108187
children 394abd397e15
comparison
equal deleted inserted replaced
18643:31ba6c846789 18644:7bfe68b637be
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 2314,
744 /**/ 746 /**/
745 2313, 747 2313,
746 /**/ 748 /**/
747 2312, 749 2312,
748 /**/ 750 /**/