mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.1a
This commit is contained in:
@@ -271,14 +271,14 @@ EXTERN int trylevel INIT(= 0);
|
|||||||
EXTERN int force_abort INIT(= FALSE);
|
EXTERN int force_abort INIT(= FALSE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* "msg_list" points to a variable in the stack of do_cmdline() which keeps the
|
* "msg_list" points to a variable in the stack of do_cmdline() which keeps
|
||||||
* list of arguments of several emsg() calls, one of which is to be converted to
|
* the list of arguments of several emsg() calls, one of which is to be
|
||||||
* an error exception immediately after the failing command returns. The
|
* converted to an error exception immediately after the failing command
|
||||||
* message to be used for the exception value is pointed to by the "throw_msg"
|
* returns. The message to be used for the exception value is pointed to by
|
||||||
* field of the first element in the list. It is usually the same as the "msg"
|
* the "throw_msg" field of the first element in the list. It is usually the
|
||||||
* field of that element, but can be identical to the "msg" field of a later
|
* same as the "msg" field of that element, but can be identical to the "msg"
|
||||||
* list element, when the "emsg_severe" flag was set when the emsg() call was
|
* field of a later list element, when the "emsg_severe" flag was set when the
|
||||||
* made.
|
* emsg() call was made.
|
||||||
*/
|
*/
|
||||||
EXTERN struct msglist **msg_list INIT(= NULL);
|
EXTERN struct msglist **msg_list INIT(= NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user