comparison src/errors.h @ 29849:6c7eddcce52c v9.0.0263

patch 9.0.0263: too many #ifdefs Commit: https://github.com/vim/vim/commit/6d4b2f54df5d533eb0794331f38445a6ca5d3a3f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 15:11:15 2022 +0100 patch 9.0.0263: too many #ifdefs Problem: Too many #ifdefs. Solution: Make some functions always available.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 16:15:03 +0200
parents 5d9fd7b1217b
children 31c598083364
comparison
equal deleted inserted replaced
29848:cd89b592bcc9 29849:6c7eddcce52c
952 INIT(= N_("E379: Missing or empty directory name")); 952 INIT(= N_("E379: Missing or empty directory name"));
953 EXTERN char e_at_bottom_of_quickfix_stack[] 953 EXTERN char e_at_bottom_of_quickfix_stack[]
954 INIT(= N_("E380: At bottom of quickfix stack")); 954 INIT(= N_("E380: At bottom of quickfix stack"));
955 EXTERN char e_at_top_of_quickfix_stack[] 955 EXTERN char e_at_top_of_quickfix_stack[]
956 INIT(= N_("E381: At top of quickfix stack")); 956 INIT(= N_("E381: At top of quickfix stack"));
957 #endif
957 EXTERN char e_cannot_write_buftype_option_is_set[] 958 EXTERN char e_cannot_write_buftype_option_is_set[]
958 INIT(= N_("E382: Cannot write, 'buftype' option is set")); 959 INIT(= N_("E382: Cannot write, 'buftype' option is set"));
959 #endif
960 EXTERN char e_invalid_search_string_str[] 960 EXTERN char e_invalid_search_string_str[]
961 INIT(= N_("E383: Invalid search string: %s")); 961 INIT(= N_("E383: Invalid search string: %s"));
962 EXTERN char e_search_hit_top_without_match_for_str[] 962 EXTERN char e_search_hit_top_without_match_for_str[]
963 INIT(= N_("E384: Search hit TOP without match for: %s")); 963 INIT(= N_("E384: Search hit TOP without match for: %s"));
964 EXTERN char e_search_hit_bottom_without_match_for_str[] 964 EXTERN char e_search_hit_bottom_without_match_for_str[]