comparison src/if_python.c @ 26897:d02d40f0261c v8.2.3977

patch 8.2.3977: error messages are spread out Commit: https://github.com/vim/vim/commit/9a846fbaa569b3690d70606f2a86e97f77a05496 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 1 21:59:18 2022 +0000 patch 8.2.3977: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jan 2022 23:00:04 +0100
parents 06a137af96f8
children b34ddbca305c
comparison
equal deleted inserted replaced
26896:e58f8c38545d 26897:d02d40f0261c
917 #endif 917 #endif
918 918
919 #ifdef DYNAMIC_PYTHON 919 #ifdef DYNAMIC_PYTHON
920 if (!python_enabled(TRUE)) 920 if (!python_enabled(TRUE))
921 { 921 {
922 emsg(_("E263: Sorry, this command is disabled, the Python library could not be loaded.")); 922 emsg(_(e_sorry_this_command_is_disabled_python_library_could_not_be_found));
923 goto fail; 923 goto fail;
924 } 924 }
925 #endif 925 #endif
926 926
927 if (*p_pyhome != NUL) 927 if (*p_pyhome != NUL)