commit | 4bd782339e370bde82c2a8976df9f335cc12eba9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 19 23:21:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 19 23:21:55 2019 +0200 |
tree | 9422e4c3656444037cc7547c8c7de3ed1c71e909 | |
parent | 7528d1f6b5422750eb778dfb550cfd0b0e540964 [diff] [blame] |
patch 8.1.2058: function for ex command is named inconsistently Problem: Function for ex command is named inconsistently. Solution: Rename do_marks() to ex_marks().
diff --git a/src/version.c b/src/version.c index 3ed4c80..1bfe75c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2058, +/**/ 2057, /**/ 2056,