comparison runtime/doc/version7.txt @ 505:7e6d264ec0a2 v7.0141

updated for version 7.0141
author vimboss
date Mon, 05 Sep 2005 22:14:46 +0000
parents 52e76e2b5b65
children a1059cda45f2
comparison
equal deleted inserted replaced
504:35cde31bdcbd 505:7e6d264ec0a2
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Aug 31 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Sep 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
120 file exists. 120 file exists.
121 121
122 When making a string upper-case with "vlllU" or similar then the German sharp 122 When making a string upper-case with "vlllU" or similar then the German sharp
123 s is replaced with "SS". This does not happen with "~" to avoid backwards 123 s is replaced with "SS". This does not happen with "~" to avoid backwards
124 compatibility problems and because "SS" can't be changed back to a sharp s. 124 compatibility problems and because "SS" can't be changed back to a sharp s.
125
126 "gd" previously found the very first occurrence of a variable in a function,
127 that could be the function argument without type. Now it finds the position
128 where the type is given.
125 129
126 ============================================================================== 130 ==============================================================================
127 NEW FEATURES *new-7* 131 NEW FEATURES *new-7*
128 132
129 Vim script enhancements *new-vim-script* 133 Vim script enhancements *new-vim-script*
567 item was last set. 571 item was last set.
568 When 'verbose' is set the output of the ":map", ":abbreviate", ":command", 572 When 'verbose' is set the output of the ":map", ":abbreviate", ":command",
569 ":function" and ":autocmd" commands will show where it was last defined. 573 ":function" and ":autocmd" commands will show where it was last defined.
570 (Yegappan Lakshmanan) 574 (Yegappan Lakshmanan)
571 575
576 ":function /pattern" lists functions matching the pattern.
577
572 ============================================================================== 578 ==============================================================================
573 IMPROVEMENTS *improvements-7* 579 IMPROVEMENTS *improvements-7*
574 580
575 ":helpgrep" accepts a language specifier after the pattern: "pat@it". 581 ":helpgrep" accepts a language specifier after the pattern: "pat@it".
576 582