Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | *version7.txt* For Vim version 7.0aa. Last change: 2004 Jun 07 |
| 2 | |
| 3 | |
| 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
| 5 | |
| 6 | |
| 7 | Welcome to Vim 7! A large number of features has been added. This file |
| 8 | mentions all the new items, changes to existing features and bug fixes |
| 9 | compared to Vim 6.x. |
| 10 | |
| 11 | See |vi_diff.txt| for an overview of differences between Vi and Vim 7.0. |
| 12 | See |version4.txt| for differences between Vim 3.x and Vim 4.x. |
| 13 | See |version5.txt| for differences between Vim 4.x and Vim 5.x. |
| 14 | See |version6.txt| for differences between Vim 5.x and Vim 6.x. |
| 15 | |
| 16 | INCOMPATIBLE CHANGES |incompatible-7| |
| 17 | |
| 18 | NEW FEATURES |new-7| |
| 19 | |
| 20 | New data types |new-data-types| |
| 21 | Various new items |new-items-7| |
| 22 | |
| 23 | IMPROVEMENTS |improvements-7| |
| 24 | |
| 25 | COMPILE TIME CHANGES |compile-changes-7| |
| 26 | |
| 27 | BUG FIXES |bug-fixes-7| |
| 28 | |
| 29 | ============================================================================== |
| 30 | INCOMPATIBLE CHANGES *incompatible-7* |
| 31 | |
| 32 | These changes are incompatible with previous releases. Check this list if you |
| 33 | run into a problem when upgrading from Vim 6.x to 7.0 |
| 34 | |
| 35 | |
| 36 | ============================================================================== |
| 37 | NEW FEATURES *new-7* |
| 38 | |
| 39 | New data types *new-data-types* |
| 40 | -------------- |
| 41 | |
| 42 | In Vim scripts the following types have been added: |
| 43 | |
| 44 | list ordered list of items |
| 45 | dictionary associative array of items |
| 46 | function reference to a function |
| 47 | |
| 48 | Many functions and commands have been added to support the new types. |
| 49 | |
| 50 | |
| 51 | Various new items *new-items-7* |
| 52 | ----------------- |
| 53 | |
| 54 | Normal mode commands: ~ |
| 55 | |
| 56 | |
| 57 | Options: ~ |
| 58 | |
| 59 | |
| 60 | Ex commands: ~ |
| 61 | |
| 62 | |
| 63 | New functions: ~ |
| 64 | |
| 65 | |
| 66 | New autocommand events: ~ |
| 67 | |
| 68 | |
| 69 | New Syntax files: ~ |
| 70 | |
| 71 | |
| 72 | ============================================================================== |
| 73 | IMPROVEMENTS *improvements-7* |
| 74 | |
| 75 | |
| 76 | ============================================================================== |
| 77 | COMPILE TIME CHANGES *compile-changes-7* |
| 78 | |
| 79 | |
| 80 | ============================================================================== |
| 81 | BUG FIXES *bug-fixes-7* |
| 82 | |
| 83 | |
| 84 | vim:tw=78:ts=8:ft=help:norl: |