comparison runtime/doc/version7.txt @ 175:c12f39141bbc v7.0053

updated for version 7.0053
author vimboss
date Sun, 27 Feb 2005 22:43:26 +0000
parents 8c60f65311fa
children 7fd70926e2e1
comparison
equal deleted inserted replaced
174:6e9968f34740 175:c12f39141bbc
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Feb 24 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Feb 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
116 variable. Works for Numbers, Strings and composites of them. Then |eval()| 116 variable. Works for Numbers, Strings and composites of them. Then |eval()|
117 can be used to turn the string back into the variable value. 117 can be used to turn the string back into the variable value.
118 118
119 The |:let| command can now use ":let var += expr" like using ":let var = var + 119 The |:let| command can now use ":let var += expr" like using ":let var = var +
120 expr". "-=" and ".=" works in a similar way. 120 expr". "-=" and ".=" works in a similar way.
121
122 With the |:profile| command you can find out where your function or script
123 wastes its time.
121 124
122 125
123 KDE support *new-KDE* 126 KDE support *new-KDE*
124 ----------- 127 -----------
125 128
533 ":buf stor<Tab>" finds both "include/storage.h" and "storage/main.c". 536 ":buf stor<Tab>" finds both "include/storage.h" and "storage/main.c".
534 537
535 To count items (pattern matches) without changing the buffer the 'n' flag has 538 To count items (pattern matches) without changing the buffer the 'n' flag has
536 been added to |:substitute|. See |count-items|. 539 been added to |:substitute|. See |count-items|.
537 540
541 The "screen.linux" $TERM name is recognized to set the default for
542 'background' to "dark". (Ciaran McCreesh)
543
538 ============================================================================== 544 ==============================================================================
539 COMPILE TIME CHANGES *compile-changes-7* 545 COMPILE TIME CHANGES *compile-changes-7*
540 546
541 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 547 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
542 probably didn't work. If you want to work on this: get the Vim 6.x version 548 probably didn't work. If you want to work on this: get the Vim 6.x version