commit | aaec1d4fb12efb82b87ad322e95994de77b1a833 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Nov 04 13:28:29 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 04 13:28:29 2021 +0000 |
tree | 6899cf9b5a4bcfef0fc6092b9a8bd5f7214f38f6 | |
parent | 4b2c8047679b737dcb0cd15c313ee51553aed617 [diff] [blame] |
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 #8702)
diff --git a/src/version.c b/src/version.c index 2dd061e..3d34c03 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3580, +/**/ 3579, /**/ 3578,