]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1520: Vim9: CTRL-] used in :def function does not work v8.2.1520
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Aug 2020 19:46:32 +0000 (21:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Aug 2020 19:46:32 +0000 (21:46 +0200)
commitb3ea36c5bcb88b6a05a66347eedd461e9385103f
treeee2ade78ab07ba893a19a4617ee5a4bd61cba9f0
parentc2af0afff5c44969ad7611ec2d47d0f52087fa7f
patch 8.2.1520: Vim9: CTRL-] used in :def function does not work

Problem:    Vim9: CTRL-] used in :def function does not work.
Solution:   Omit count or prepend colon. (closes #6769)
src/normal.c
src/testdir/test_vim9_cmd.vim
src/version.c