comparison runtime/doc/change.txt @ 26:404aac550f35 v7.0017

updated for version 7.0017
author vimboss
date Thu, 07 Oct 2004 21:02:47 +0000
parents 4102fb4ea781
children 41f9fd58cf13
comparison
equal deleted inserted replaced
25:8cde1a064c7c 26:404aac550f35
1 *change.txt* For Vim version 7.0aa. Last change: 2004 Jun 16 1 *change.txt* For Vim version 7.0aa. Last change: 2004 Sep 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
657 & \& replaced with the whole matched pattern *s/\&* 657 & \& replaced with the whole matched pattern *s/\&*
658 \& & replaced with & 658 \& & replaced with &
659 \0 replaced with the whole matched pattern *\0* *s/\0* 659 \0 replaced with the whole matched pattern *\0* *s/\0*
660 \1 replaced with the matched pattern in the first 660 \1 replaced with the matched pattern in the first
661 pair of () *s/\1* 661 pair of () *s/\1*
662 \2 replaced with the matched pattern in the first 662 \2 replaced with the matched pattern in the second
663 pair of () *s/\2* 663 pair of () *s/\2*
664 .. .. *s/\3* 664 .. .. *s/\3*
665 \9 replaced with the matched pattern in the ninth 665 \9 replaced with the matched pattern in the ninth
666 pair of () *s/\9* 666 pair of () *s/\9*
667 ~ \~ replaced with the {string} of the previous 667 ~ \~ replaced with the {string} of the previous