comparison src/version.c @ 26094:f53f365078dd v8.2.3580

patch 8.2.3580: gj does not move properly with a wide character Commit: https://github.com/vim/vim/commit/aaec1d4fb12efb82b87ad322e95994de77b1a833 Author: Christian Brabandt <cb@256bit.org> Date: Thu Nov 4 13:28:29 2021 +0000 patch 8.2.3580: gj does not move properly with a wide character Problem: gj does not move properly with a wide character. Solution: Move one to the right. (Christian Brabandt, closes https://github.com/vim/vim/issues/8702)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Nov 2021 14:30:03 +0100
parents 6a0f603c52a9
children e353ace59e62
comparison
equal deleted inserted replaced
26093:3284f1db4475 26094:f53f365078dd
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3580,
760 /**/ 762 /**/
761 3579, 763 3579,
762 /**/ 764 /**/
763 3578, 765 3578,
764 /**/ 766 /**/