commit | 1d3a14ecf0cdde026984894c592dc140a2b46887 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat May 29 19:53:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 19:53:50 2021 +0200 |
tree | 61f1f20638e52bd684584205a7f2cdbf20a1a286 | |
parent | 74ede80aeb272ac81d41a256057c4f250372dd00 [diff] [blame] |
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 #8248)
diff --git a/src/version.c b/src/version.c index b95a969..ca90eea 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2905, +/**/ 2904, /**/ 2903,