diff options
| author | Bram Moolenaar <Bram@vim.org> | 2005-08-12 19:59:19 +0000 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2005-08-12 19:59:19 +0000 |
| commit | 90cfdbe040320952e6b542d0633987f082b0f158 (patch) | |
| tree | 2063faaaf71645ca7c2cb575ca612e3b664fa988 /runtime/doc/version7.txt | |
| parent | e5b8e3d3c6139c53c8aea63471e7d0285ab748e0 (diff) | |
| download | vim-git-90cfdbe040320952e6b542d0633987f082b0f158.tar.gz | |
updated for version 7.0129v7.0129
Diffstat (limited to 'runtime/doc/version7.txt')
| -rw-r--r-- | runtime/doc/version7.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index d4fbb33ea..12f5ddf68 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2005 Aug 11 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Aug 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -761,6 +761,9 @@ could not contain ":". Now include the first ":" where the rest of the pattern matches. In the example a ":" not followed by a line number is included in the file name. (suggested by Emanuele Giaquinta) +For command-line completion the matches for various types of arguments are now +sorted: user commands, variables, syntax names, etc. + ============================================================================== COMPILE TIME CHANGES *compile-changes-7* @@ -848,7 +851,8 @@ When converting a string with a hex or octal number the leading '-' was ignored. ":echo '-05' + 0" resulted in 5 instead of -5. Using "@:" to repeat a command line didn't work when it contains control -characters. +characters. Also remove "'<,'>" when in Visual mode to avoid that it appears +twice. When using file completion for a user command, it would not expand environment variables like for a regular command with a file argument. |
