[7.2.130] Vim may haing until CTRL-C is typed when using CTRL-Z.
commit9939e87c4744d4360dab42bfa8246727e11c1ea6
authorBram Moolenaar <Bram@moolenaar.net>
Mon, 2 Mar 2009 01:36:00 +0000 (2 02:36 +0100)
committerBram Moolenaar <Bram@moolenaar.net>
Mon, 2 Mar 2009 01:36:00 +0000 (2 02:36 +0100)
tree97f259a8d7cd89ba2bd738099cee5eef64172784
parentab770762cfc8eb181fe4a52fa43b4b6f0269eee2
[7.2.130] Vim may haing until CTRL-C is typed when using CTRL-Z.

Problem:    Vim may haing until CTRL-C is typed when using CTRL-Z.

Solution:   Avoid using pause().  Also use "volatile" for variables used in
            signal functions. (Dominique Pelle)

Patch 7.2.130
src/auto/configure
src/config.h.in
src/configure.in
src/globals.h
src/os_unix.c
src/version.c