# HG changeset patch
# User ZyX <[email protected]>
# Date 1382894384 -14400
# Sun Oct 27 21:19:44 2013 +0400
# Branch typo-1
# Node ID c5f7f666d4020ae9d446978ccddba386d2454b3e
# Parent 92c9748e0ccbc42a5e28ce8fb9b8818e756a06da
Fix typo in the comment in main_loop() function
diff -r 92c9748e0ccb -r c5f7f666d402 src/main.c
--- a/src/main.c Sun Oct 06 17:46:56 2013 +0200
+++ b/src/main.c Sun Oct 27 21:19:44 2013 +0400
@@ -1048,7 +1048,7 @@
/* Setup to catch a terminating error from the X server. Just ignore
* it, restore the state and continue. This might not always work
* properly, but at least we don't exit unexpectedly when the X server
- * exists while Vim is running in a console. */
+ * exits while Vim is running in a console. */
if (!cmdwin && !noexmode && SETJMP(x_jump_env))
{
State = NORMAL;
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
*** /tmp/extdiff.FThcpa/vim-small-patches.92c9748e0ccb/src/main.c 2013-10-27 21:20:08.384634714 +0400
--- vim-small-patches.c5f7f666d402/src/main.c 2013-10-27 21:20:08.387634684 +0400
***************
*** 1048,1054 ****
/* Setup to catch a terminating error from the X server. Just ignore
* it, restore the state and continue. This might not always work
* properly, but at least we don't exit unexpectedly when the X server
! * exists while Vim is running in a console. */
if (!cmdwin && !noexmode && SETJMP(x_jump_env))
{
State = NORMAL;
--- 1048,1054 ----
/* Setup to catch a terminating error from the X server. Just ignore
* it, restore the state and continue. This might not always work
* properly, but at least we don't exit unexpectedly when the X server
! * exits while Vim is running in a console. */
if (!cmdwin && !noexmode && SETJMP(x_jump_env))
{
State = NORMAL;