diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-10-20 18:45:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-10-20 18:45:33 +0200 |
commit | 483c5d80a708a81edd96f8241c231a29e5c58a2f (patch) | |
tree | 71a6a0de6a57c4710df312615a9358387f0bfd84 /runtime/doc/version7.txt | |
parent | 680eeca955446267680a52cb1207728dc7a2d004 (diff) | |
download | vim-483c5d80a708a81edd96f8241c231a29e5c58a2f.zip |
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 1d559f7cd..eac33822d 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.3. Last change: 2010 Aug 15 +*version7.txt* For Vim version 7.3. Last change: 2010 Oct 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -8180,7 +8180,7 @@ Solution: Use get_cmdline_type(). (James Vega) Files: src/ex_getln.c Patch 7.2.130 -Problem: Vim may haing until CTRL-C is typed when using CTRL-Z. +Problem: Vim may hang until CTRL-C is typed when using CTRL-Z. Solution: Avoid using pause(). Also use "volatile" for variables used in signal functions. (Dominique Pelle) Files: src/auto/configure, src/configure.in, src/config.h.in, |