| To: vim_dev@googlegroups.com |
| Subject: Patch 7.3.330 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.3.330 |
| Problem: When longjmp() is invoked if the X server gives an error the state |
| is not properly restored. |
| Solution: Reset vgetc_busy. (Yukihiro Nakadaira) |
| Files: src/main.c |
| |
| |
| |
| |
| |
| *** 1009,1014 **** |
| --- 1009,1015 ---- |
| skip_redraw = FALSE; |
| RedrawingDisabled = 0; |
| no_wait_return = 0; |
| + vgetc_busy = 0; |
| # ifdef FEAT_EVAL |
| emsg_skip = 0; |
| # endif |
| |
| |
| |
| *** 711,712 **** |
| --- 711,714 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 330, |
| /**/ |
| |
| -- |
| Just remember...if the world didn't suck, we'd all fall off. |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |