commit | 8b530c1ff91f07cf6b0289a536992b7dfbc86598 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 28 02:13:05 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 28 02:13:05 2019 +0100 |
tree | 6a672624551a6e1a4e07d5274c2149afdd486a35 | |
parent | 077ff436a77f95c69da219af8cd8f553ff4f9ff8 [diff] [blame] |
patch 8.1.2231: not easy to move to the middle of a text line Problem: Not easy to move to the middle of a text line. Solution: Add the gM command. (Yasuhiro Matsumoto, closes #2070)
diff --git a/src/version.c b/src/version.c index 07a8cd9..99f1570 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2231, +/**/ 2230, /**/ 2229,