mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
vim-patch:0bc8709: runtime(doc): Correct allowed flags after :substitute repeat (#34218)
closes: vim/vim#17391
0bc8709a63
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -644,8 +644,9 @@ original user.
|
|||||||
Repeat last :substitute with same search pattern and
|
Repeat last :substitute with same search pattern and
|
||||||
substitute string, but without the same flags. You
|
substitute string, but without the same flags. You
|
||||||
may add [flags], see |:s_flags|.
|
may add [flags], see |:s_flags|.
|
||||||
Note that after `:substitute` the '&' flag can't be
|
Note that after `:substitute` the '&' and '#' flags
|
||||||
used, it's recognized as a pattern separator.
|
can't be used, they're recognized as a pattern
|
||||||
|
separator.
|
||||||
The space between `:substitute` and the 'c', 'g',
|
The space between `:substitute` and the 'c', 'g',
|
||||||
'i', 'I' and 'r' flags isn't required, but in scripts
|
'i', 'I' and 'r' flags isn't required, but in scripts
|
||||||
it's a good idea to keep it to avoid confusion.
|
it's a good idea to keep it to avoid confusion.
|
||||||
|
Reference in New Issue
Block a user