comparison runtime/doc/message.txt @ 167:c93c9cad9618

updated for version 7.0051
author vimboss
date Tue, 22 Feb 2005 08:39:57 +0000
parents 60834e43d187
children 7472c565592a
comparison
equal deleted inserted replaced
166:3a28ed993bbe 167:c93c9cad9618
1 *message.txt* For Vim version 7.0aa. Last change: 2005 Jan 08 1 *message.txt* For Vim version 7.0aa. Last change: 2005 Feb 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
362 *E33* > 362 *E33* >
363 No previous substitute regular expression 363 No previous substitute regular expression
364 364
365 When using the '~' character in a pattern, it is replaced with the previously 365 When using the '~' character in a pattern, it is replaced with the previously
366 used pattern in a ":substitute" command. This fails when no such command has 366 used pattern in a ":substitute" command. This fails when no such command has
367 been used yet. See |/~|. 367 been used yet. See |/~|. This also happens when using ":s/pat/%/", where the
368 "%" stands for the previous substitute string.
368 369
369 *E35* > 370 *E35* >
370 No previous regular expression 371 No previous regular expression
371 372
372 When using an empty search pattern, the previous search pattern is used. But 373 When using an empty search pattern, the previous search pattern is used. But