Mercurial > vim
comparison src/version.c @ 17356:4fe44a3b732f v8.1.1677
patch 8.1.1677: tests get stuck when running into an existing swapfile
commit https://github.com/vim/vim/commit/b073da8929ae0c03c403197197ed6b57f0f3d3be
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 13 14:47:26 2019 +0200
patch 8.1.1677: tests get stuck when running into an existing swapfile
Problem: Tests get stuck when running into an existing swapfile.
Solution: Set v:swapchoice to "q" and report an error. (Daniel Hahler,
closes #4644)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 13 Jul 2019 15:00:05 +0200 |
parents | 102ed3a26a5d |
children | d1ea88736ebd |
comparison
equal
deleted
inserted
replaced
17355:e426b24ee7ed | 17356:4fe44a3b732f |
---|---|
775 NULL | 775 NULL |
776 }; | 776 }; |
777 | 777 |
778 static int included_patches[] = | 778 static int included_patches[] = |
779 { /* Add new patch number below this line */ | 779 { /* Add new patch number below this line */ |
780 /**/ | |
781 1677, | |
780 /**/ | 782 /**/ |
781 1676, | 783 1676, |
782 /**/ | 784 /**/ |
783 1675, | 785 1675, |
784 /**/ | 786 /**/ |