]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1822: confusing error message when range is not allowed v8.1.1822
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Aug 2019 19:29:29 +0000 (21:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Aug 2019 19:29:29 +0000 (21:29 +0200)
commit0acae7acc40b9f12bff88d5e1dae494a761fec07
tree10c62e1957bdda546b3dfae7587574fbb7d61654
parentf97d46f816e84edb6899a903a1c334a50a6d31bb
patch 8.1.1822: confusing error message when range is not allowed

Problem:    Confusing error message when range is not allowed.
Solution:   With ADDR_NONE give e_norange.  Change e_invaddr to e_invrange for
            consistency.
src/ex_docmd.c
src/globals.h
src/testdir/test_excmd.vim
src/version.c