comparison src/getchar.c @ 29085:ae39554ad2ee v8.2.5064

patch 8.2.5064: no test for what 8.1.0052 fixes Commit: https://github.com/vim/vim/commit/3760bfddc414e4d3e1c4203db8c22e293cf08d09 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Jun 6 16:22:46 2022 +0100 patch 8.2.5064: no test for what 8.1.0052 fixes Problem: No test for what 8.1.0052 fixes. Solution: Add a test. (closes https://github.com/vim/vim/issues/10531)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jun 2022 17:30:03 +0200
parents c7bd1040a1c4
children bfb205095634
comparison
equal deleted inserted replaced
29084:e97abb3ba4e2 29085:ae39554ad2ee
3456 3456
3457 /* 3457 /*
3458 * get a character: 3. from the user - get it 3458 * get a character: 3. from the user - get it
3459 */ 3459 */
3460 if (typebuf.tb_len == 0) 3460 if (typebuf.tb_len == 0)
3461 // timedout may have been set while waiting for a mapping 3461 // timedout may have been set if a mapping with empty RHS
3462 // that has a <Nop> RHS. 3462 // fully matched while longer mappings timed out.
3463 timedout = FALSE; 3463 timedout = FALSE;
3464 3464
3465 if (advance) 3465 if (advance)
3466 { 3466 {
3467 if (typebuf.tb_len == 0 3467 if (typebuf.tb_len == 0