]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1241: Ex command info contains confusing information v8.1.1241
authorBram Moolenaar <Bram@vim.org>
Wed, 1 May 2019 16:08:42 +0000 (18:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 May 2019 16:08:42 +0000 (18:08 +0200)
commitb731689e85b4153af7edc8f0a6b9f99d36d8b011
tree368b1e876335c781e6653e36faa1e1ac17e2f924
parentd96dbd6f95ea22f609042cc9c6272f14a21ff1a5
patch 8.1.1241: Ex command info contains confusing information

Problem:    Ex command info contains confusing information.
Solution:   When using the NOTADR flag use ADDR_OTHER for the address type.
            Cleanup code using NOTADR.  Check for errors in
            create_cmdidxs.vim.  Adjust Makefile to see the errors.
src/Makefile
src/create_cmdidxs.vim
src/ex_cmds.c
src/ex_cmds.h
src/ex_docmd.c
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c
src/window.c