Mercurial > vim
comparison src/version.c @ 21987:c33cec63cf53 v8.2.1543
patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUI
Commit: https://github.com/vim/vim/commit/25859dd74cd5befe964627dc03b8369dfaebe837
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 30 12:54:53 2020 +0200
patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUI
Problem: Vim9: test with invalid SID is skipped in the GUI.
Solution: Read the CTRL-C that feedkeys() put in typeahead.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 30 Aug 2020 13:00:04 +0200 |
parents | 82343f008cbf |
children | 52e970719f4b |
comparison
equal
deleted
inserted
replaced
21986:e10cf5fd9edc | 21987:c33cec63cf53 |
---|---|
752 NULL | 752 NULL |
753 }; | 753 }; |
754 | 754 |
755 static int included_patches[] = | 755 static int included_patches[] = |
756 { /* Add new patch number below this line */ | 756 { /* Add new patch number below this line */ |
757 /**/ | |
758 1543, | |
757 /**/ | 759 /**/ |
758 1542, | 760 1542, |
759 /**/ | 761 /**/ |
760 1541, | 762 1541, |
761 /**/ | 763 /**/ |