comparison runtime/doc/pattern.txt @ 24024:ef454a7f485d

Update runtime files. Commit: https://github.com/vim/vim/commit/9faec4e3d439968e21ad74e917aebb289df8f849 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 16:38:07 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Feb 2021 16:45:04 +0100
parents e2e2cc5d0856
children 840665e74421
comparison
equal deleted inserted replaced
24023:9b4821b59aa8 24024:ef454a7f485d
1 *pattern.txt* For Vim version 8.2. Last change: 2021 Jan 08 1 *pattern.txt* For Vim version 8.2. Last change: 2021 Feb 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
227 - When an error occurs the cursor is not moved at all. 227 - When an error occurs the cursor is not moved at all.
228 228
229 *last-pattern* 229 *last-pattern*
230 The last used pattern and offset are remembered. They can be used to repeat 230 The last used pattern and offset are remembered. They can be used to repeat
231 the search, possibly in another direction or with another count. Note that 231 the search, possibly in another direction or with another count. Note that
232 two patterns are remembered: One for 'normal' search commands and one for the 232 two patterns are remembered: One for "normal" search commands and one for the
233 substitute command ":s". Each time an empty pattern is given, the previously 233 substitute command ":s". Each time an empty pattern is given, the previously
234 used pattern is used. However, if there is no previous search command, a 234 used pattern is used. However, if there is no previous search command, a
235 previous substitute pattern is used, if possible. 235 previous substitute pattern is used, if possible.
236 236
237 The 'magic' option sticks with the last used pattern. If you change 'magic', 237 The 'magic' option sticks with the last used pattern. If you change 'magic',