comparison src/errors.h @ 23758:97296182d336 v8.2.2420

patch 8.2.2420: too many problems with using all autocommand events Commit: https://github.com/vim/vim/commit/9a046fd08bcae319d39a4dbde2be81decee19013 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 28 13:47:59 2021 +0100 patch 8.2.2420: too many problems with using all autocommand events Problem: Too many problems with using all autocommand events. Solution: Disallow defining an autocommand for all events.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jan 2021 14:00:04 +0100
parents 6d35bc0f161e
children c4208c7ba1cb
comparison
equal deleted inserted replaced
23757:b873d83d2f87 23758:97296182d336
343 INIT(= N_("E1152: Mismatched enddef")); 343 INIT(= N_("E1152: Mismatched enddef"));
344 EXTERN char e_invalid_operation_for_bool[] 344 EXTERN char e_invalid_operation_for_bool[]
345 INIT(= N_("E1153: Invalid operation for bool")); 345 INIT(= N_("E1153: Invalid operation for bool"));
346 EXTERN char e_divide_by_zero[] 346 EXTERN char e_divide_by_zero[]
347 INIT(= N_("E1154: Divide by zero")); 347 INIT(= N_("E1154: Divide by zero"));
348 EXTERN char e_cannot_define_autocommands_for_all_events[]
349 INIT(= N_("E1155: Cannot define autocommands for ALL events"));