diff options
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index de2a7de1b..ee2c4dd32 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.3b. Last change: 2010 Jul 24 +*version7.txt* For Vim version 7.3b. Last change: 2010 Jul 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5530,7 +5530,7 @@ Files: src/gui_mac.c Patch 7.1.125 Problem: The TermResponse autocommand event is not always triggered. (Aron - Griffix) + Griffis) Solution: When unblocking autocommands check if v:termresponse changed and trigger the event then. Files: src/buffer.c, src/diff.c, src/ex_getln.c, src/fileio.c, @@ -8679,7 +8679,7 @@ Files: src/testdir/Makefile Patch 7.2.218 Problem: Cannot build GTK with hangul_input feature. (Dominique Pelle) -Solution: Adjuste #ifdef. (SungHyun Nam) +Solution: Adjust #ifdef. (SungHyun Nam) Files: src/gui.c Patch 7.2.219 (extra) @@ -9905,7 +9905,7 @@ Files: runtime/doc/autocmd.txt, src/if_cscope.c Patch 7.2.434 (after 7.2.432) Problem: Compilation fails without the multi-lang feature. -Solution: Add #ifdefs. (Johm Marriott) +Solution: Add #ifdefs. (John Marriott) Files: src/menu.c Patch 7.2.435 (after 7.2.430) @@ -10032,12 +10032,10 @@ Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr. Window title not updated after file dropped. -"g8" doesn't work properly on a NUL. - Fixed crash for ":find" completion, might also happen in other path expansion usage. -When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'. +When 'searchhl' causes a hang make CTRL-C disable 'searchhl'. vim:tw=78:ts=8:ft=help:norl: |