]> granicus.if.org Git - vim/commitdiff
updated for version 7.1a
authorBram Moolenaar <Bram@vim.org>
Sun, 6 May 2007 12:34:30 +0000 (12:34 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 May 2007 12:34:30 +0000 (12:34 +0000)
src/globals.h

index 0493e8b8aa7e84699b2428dfe4784bfb65491f75..64121d7bf3ed14567d859d8f280e2cd03a62cc82 100644 (file)
@@ -271,14 +271,14 @@ EXTERN int trylevel INIT(= 0);
 EXTERN int force_abort INIT(= FALSE);
 
 /*
- * "msg_list" points to a variable in the stack of do_cmdline() which keeps the
- * list of arguments of several emsg() calls, one of which is to be converted to
- * an error exception immediately after the failing command returns.  The
- * message to be used for the exception value is pointed to by the "throw_msg"
- * field of the first element in the list.  It is usually the same as the "msg"
- * field of that element, but can be identical to the "msg" field of a later
- * list element, when the "emsg_severe" flag was set when the emsg() call was
- * made.
+ * "msg_list" points to a variable in the stack of do_cmdline() which keeps
+ * the list of arguments of several emsg() calls, one of which is to be
+ * converted to an error exception immediately after the failing command
+ * returns.  The message to be used for the exception value is pointed to by
+ * the "throw_msg" field of the first element in the list.  It is usually the
+ * same as the "msg" field of that element, but can be identical to the "msg"
+ * field of a later list element, when the "emsg_severe" flag was set when the
+ * emsg() call was made.
  */
 EXTERN struct msglist **msg_list INIT(= NULL);