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/mark.c b/src/mark.c index 8a18040..a77e7b9 100644 --- a/src/mark.c +++ b/src/mark.c
@@ -699,7 +699,7 @@ * print the marks */ void -do_marks(exarg_T *eap) +ex_marks(exarg_T *eap) { char_u *arg = eap->arg; int i;