commit | 5cf94577cf2045fec87344d7d89422fe6dfce62f | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= <luka.markusic@microblink.com> | Thu May 20 21:14:20 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 20 21:14:20 2021 +0200 |
tree | df93f456dada232ba7dfaaf02171cc8b6eded4d5 | |
parent | 4eb1914e1bd870a7ea829cae150e1f9fdc3df7b1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7f163f8..d593a22 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2875, +/**/ 2874, /**/ 2873,