diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-14 21:57:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-14 21:57:32 +0200 |
commit | abf39e880d328c076adcba2ff368f0354b2cbe64 (patch) | |
tree | ca6e68f0ec7669a32aa284c9d181de2a790a670a /runtime/doc/version7.txt | |
parent | e00289df69c80e47e7352a62e0d1beaea2d20b46 (diff) | |
download | vim-git-abf39e880d328c076adcba2ff368f0354b2cbe64.tar.gz |
Runtime file updates.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 4bc614335..bd544f06f 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -7199,6 +7199,9 @@ The help files conceal characters used to mark tags and examples. Added the |synconcealed()| function and use it for :TOhtml. (Benjamin Fritz) +Added the 'cursorbind' option, keeps the cursor in two windows with the same +text in sync. + Lua interface *new-lua* ------------- @@ -7254,6 +7257,8 @@ Switched from autoconf 2.63 to 2.65. Removed Mupad indent and ftplugin files, they are not useful. +The maximum number of messages remembered in the history is now 200 (was 100). + Added *added-7.3* ----- @@ -7375,6 +7380,8 @@ Serbian menu translations (Aleksandar Jelenak) Tetum spell files Tutor Bairish (Sepp Hell) Tutor in Esperanto. (Dominique Pellé) +Tutor in Portuguese. +Norwegian Tutor now also available as tutor.nb Removed the Mupad runtime files, they were not maintained. @@ -10139,7 +10146,7 @@ Avoid warnings from the clang compiler. (Dominique Pelle) Fix: Include wchar.h in charset.c for towupper(). Fixed: Using ":read file" in an empty buffer when 'compatible' is set caused -an error. +an error. Was caused by patch 7.2.132. vim:tw=78:ts=8:ft=help:norl: |