diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-06 12:34:30 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-06 12:34:30 +0000 |
commit | 7bff313a94edf1ed66a522b76411712fb9590cd5 (patch) | |
tree | b73b6159a3955632d91e7dbf1cd03cdbe5d15c9c /src/globals.h | |
parent | 7528dd68a7d545dcfd598a637216c6b0843fdcff (diff) | |
download | vim-git-7bff313a94edf1ed66a522b76411712fb9590cd5.tar.gz |
updated for version 7.1a
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/globals.h b/src/globals.h index 0493e8b8a..64121d7bf 100644 --- a/src/globals.h +++ b/src/globals.h @@ -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); |