comparison runtime/doc/change.txt @ 15878:314694a2e74a

Update runtime files. commit https://github.com/vim/vim/commit/4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 17 21:18:32 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Feb 2019 21:30:08 +0100
parents 5ecac7734184
children 0e473e9e70c2
comparison
equal deleted inserted replaced
15877:904e9bd83419 15878:314694a2e74a
1 *change.txt* For Vim version 8.1. Last change: 2018 Dec 14 1 *change.txt* For Vim version 8.1. Last change: 2019 Feb 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
638 For each line in [range] replace a match of {pattern} 638 For each line in [range] replace a match of {pattern}
639 with {string}. 639 with {string}.
640 For the {pattern} see |pattern|. 640 For the {pattern} see |pattern|.
641 {string} can be a literal string, or something 641 {string} can be a literal string, or something
642 special; see |sub-replace-special|. 642 special; see |sub-replace-special|.
643 *E939*
644 When [range] and [count] are omitted, replace in the 643 When [range] and [count] are omitted, replace in the
645 current line only. When [count] is given, replace in 644 current line only. When [count] is given, replace in
646 [count] lines, starting with the last line in [range]. 645 [count] lines, starting with the last line in [range].
647 When [range] is omitted start in the current line. 646 When [range] is omitted start in the current line.
647 *E939*
648 [count] must be a positive number. Also see 648 [count] must be a positive number. Also see
649 |cmdline-ranges|. 649 |cmdline-ranges|.
650 650
651 See |:s_flags| for [flags]. 651 See |:s_flags| for [flags].
652 652