Mercurial > vim
comparison src/version.c @ 16823:b1b7c7a31679 v8.1.1413
patch 8.1.1413: error when the drive of the swap file was disconnected
commit https://github.com/vim/vim/commit/b58a4b938c4bc7e0499700859bd7abba9acc5b11
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon May 27 23:36:21 2019 +0200
patch 8.1.1413: error when the drive of the swap file was disconnected
Problem: Error when the drive of the swap file was disconnected.
Solution: Try closing and re-opening the swap file. (closes https://github.com/vim/vim/issues/4378)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 27 May 2019 23:45:04 +0200 |
parents | 140bf183f946 |
children | ce04ebdf26b8 |
comparison
equal
deleted
inserted
replaced
16822:26751afbadf0 | 16823:b1b7c7a31679 |
---|---|
765 NULL | 765 NULL |
766 }; | 766 }; |
767 | 767 |
768 static int included_patches[] = | 768 static int included_patches[] = |
769 { /* Add new patch number below this line */ | 769 { /* Add new patch number below this line */ |
770 /**/ | |
771 1413, | |
770 /**/ | 772 /**/ |
771 1412, | 773 1412, |
772 /**/ | 774 /**/ |
773 1411, | 775 1411, |
774 /**/ | 776 /**/ |