commit | b8554304c3673b081e9b5996f009fd0e4307e482 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 21:30:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 21:30:30 2021 +0100 |
tree | 9ac90afb26ddcf64266c051ea7d67881bc4662c2 | |
parent | eed9d46293f0842aad0d50ff3a526f9a48b12421 [diff] [blame] |
patch 8.2.2519: Vim9: no reason to keep strange Vi behavior Problem: Vim9: no reason to keep strange Vi behavior. Solution: ":3" and ":3|" both go to line 3. ":|" does not print the line. (closes #7840)
diff --git a/src/version.c b/src/version.c index 774ff52..02abac9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2519, +/**/ 2518, /**/ 2517,