]> granicus.if.org Git - vim/commit
patch 8.2.2875: cancelling inputlist() after a digit does not return zero v8.2.2875
author=?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= <luka.markusic@microblink.com>
Thu, 20 May 2021 19:14:20 +0000 (21:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 May 2021 19:14:20 +0000 (21:14 +0200)
commit5cf94577cf2045fec87344d7d89422fe6dfce62f
treedf93f456dada232ba7dfaaf02171cc8b6eded4d5
parent4eb1914e1bd870a7ea829cae150e1f9fdc3df7b1
patch 8.2.2875: cancelling inputlist() after a digit does not return zero

Problem:    Cancelling inputlist() after a digit does not return zero.
Solution:   Always return zero when cancelling. (closes #8231)
src/misc1.c
src/testdir/test_functions.vim
src/version.c