Mercurial > vim
comparison src/version.c @ 24733:08eced3add83 v8.2.2905
patch 8.2.2905: no error when defaults.vim cannot be loaded
Commit: https://github.com/vim/vim/commit/1d3a14ecf0cdde026984894c592dc140a2b46887
Author: Christian Brabandt <cb@256bit.org>
Date: Sat May 29 19:53:50 2021 +0200
patch 8.2.2905: no error when defaults.vim cannot be loaded
Problem: No error when defaults.vim cannot be loaded.
Solution: Add an error message. (Christian Brabandt, closes https://github.com/vim/vim/issues/8248)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 29 May 2021 20:00:04 +0200 |
parents | a6a4224902f5 |
children | e5beb841778d |
comparison
equal
deleted
inserted
replaced
24732:c0f0fca0a06c | 24733:08eced3add83 |
---|---|
748 NULL | 748 NULL |
749 }; | 749 }; |
750 | 750 |
751 static int included_patches[] = | 751 static int included_patches[] = |
752 { /* Add new patch number below this line */ | 752 { /* Add new patch number below this line */ |
753 /**/ | |
754 2905, | |
753 /**/ | 755 /**/ |
754 2904, | 756 2904, |
755 /**/ | 757 /**/ |
756 2903, | 758 2903, |
757 /**/ | 759 /**/ |