]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0900: Vim9: digraph_getlist() does not accept bool arg v9.1.0900
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 2 Dec 2024 18:58:51 +0000 (19:58 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 2 Dec 2024 18:58:51 +0000 (19:58 +0100)
commit198ada3d9f48c6556d20c4115ec500555b118aad
treea2820e60c47ecf8f4d76c23f7e8ab4c1466cf4f3
parent9a39483adb418e37c672000a58792c0f0e8aa662
patch 9.1.0900: Vim9: digraph_getlist() does not accept bool arg

Problem:  Vim9: digraph_getlist() does not accept bool argument
          (Maxim Kim)
Solution: accept boolean as first argument (Yegappan Lakshmanan)

fixes: #16154
closes: #16159

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/digraph.c
src/testdir/test_digraph.vim
src/testdir/test_vim9_builtin.vim
src/version.c