]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1356: Vim9: cannot get the percent register v8.2.1356
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Aug 2020 15:33:26 +0000 (17:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Aug 2020 15:33:26 +0000 (17:33 +0200)
commit7226e5b19bd6e081043cbcc32541ef72bbdf667d
tree45013f2ca71b7c5e3cf85ea64e64ddcf35e7800f
parentc2ee44cc382d4b097f51ea3251f00fb35493ea4f
patch 8.2.1356: Vim9: cannot get the percent register

Problem:    Vim9: cannot get the percent register.
Solution:   Check for readable registers instead of writable. (closes #6566)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c