]> granicus.if.org Git - vim/commit
patch 8.1.2058: function for ex command is named inconsistently v8.1.2058
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Sep 2019 21:21:55 +0000 (23:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Sep 2019 21:21:55 +0000 (23:21 +0200)
commit4bd782339e370bde82c2a8976df9f335cc12eba9
tree9422e4c3656444037cc7547c8c7de3ed1c71e909
parent7528d1f6b5422750eb778dfb550cfd0b0e540964
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().
src/ex_cmds.h
src/mark.c
src/proto/mark.pro
src/version.c