comparison src/version.c @ 18677:953e83e09e78 v8.1.2330

patch 8.1.2330: vi' does not always work when 'selection' is exclusive Commit: https://github.com/vim/vim/commit/94d9f4fa65bce6f116cf89bfdabdf5a06509056f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 21 20:55:26 2019 +0100 patch 8.1.2330: vi' does not always work when 'selection' is exclusive Problem: vi' does not always work when 'selection' is exclusive. Solution: Adjust start position.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 21:00:04 +0100
parents a0bd0a022bd4
children fd95d4dbeb37
comparison
equal deleted inserted replaced
18676:fc5d1a4c149c 18677:953e83e09e78
735 NULL 735 NULL
736 }; 736 };
737 737
738 static int included_patches[] = 738 static int included_patches[] =
739 { /* Add new patch number below this line */ 739 { /* Add new patch number below this line */
740 /**/
741 2330,
740 /**/ 742 /**/
741 2329, 743 2329,
742 /**/ 744 /**/
743 2328, 745 2328,
744 /**/ 746 /**/