]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2531: Vim9: the :k command is obscure v8.2.2531
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Feb 2021 20:42:57 +0000 (21:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Feb 2021 20:42:57 +0000 (21:42 +0100)
commit10b9421f3bb7ac971fa63bd025c4c603c98f4a49
treed0e41baa8a966d3071f2ddcb6a142d837547b6dc
parent12d265315fac9e4f3436c38a87f6d9a23b9e7e2b
patch 8.2.2531: Vim9: the :k command is obscure

Problem:    Vim9: the :k command is obscure.
Solution:   Disallow using :k, can use :mark instead. (closes #7874)
runtime/doc/vim9.txt
src/ex_cmds.h
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c
src/vim9script.c