]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5093: error message for unknown command may have the command twice v8.2.5093
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 15:06:07 +0000 (16:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 15:06:07 +0000 (16:06 +0100)
commit6ce1b59228b94f4a5b076af75b091e14483c1392
tree43757b172327bf80229d55dfed2732a20d110caf
parent48ce135e6d45e6c10ed0c0fc4cb8433bf647672a
patch 8.2.5093: error message for unknown command may have the command twice

Problem:    Error message for unknown command may mention the command twice.
            (Malcolm Rowe)
Solution:   Add the did_append_cmd flag. (closes #10570)
src/ex_docmd.c
src/version.c