mirror of
https://github.com/neovim/neovim.git
synced 2026-01-31 01:22:25 +10:00
Problem: Vim9: digraph_getlist() does not accept bool argument
(Maxim Kim)
Solution: accept boolean as first argument (Yegappan Lakshmanan)
fixes: vim/vim#16154
closes: vim/vim#16159
198ada3d9f
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>