]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3584: "verbose set efm" reports location of the :compiler command v8.2.3584
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Nov 2021 11:25:11 +0000 (11:25 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Nov 2021 11:25:11 +0000 (11:25 +0000)
commit58ef8a31d7087d495ab1582be5b7a22796ac2451
treedbae171d4c49dbe2ba7e89ef94561fa357610e72
parent0c71114aede81a209b7efc126b4bf19f11d58955
patch 8.2.3584: "verbose set efm" reports location of the :compiler command

Problem:    "verbose set efm" reports the location of the :compiler command.
            (Gary Johnson)
Solution:   Add the "-keepscript" argument to :command and use it when
            defining CompilerSet.
runtime/doc/map.txt
src/ex_cmds.h
src/ex_cmds2.c
src/testdir/test_compiler.vim
src/usercmd.c
src/version.c