comparison runtime/doc/change.txt @ 29533:34c1f4cd0c18

Update runtime files Commit: https://github.com/vim/vim/commit/2ecbe53f452e92e941aff623f6a0b72f80e43d07 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 29 21:36:21 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Jul 2022 22:45:04 +0200
parents f8116058ca76
children 0827d3d6d8c0
comparison
equal deleted inserted replaced
29532:9ab2caa93280 29533:34c1f4cd0c18
799 799
800 *sub-replace-special* *:s\=* 800 *sub-replace-special* *:s\=*
801 When the {string} starts with "\=" it is evaluated as an expression, see 801 When the {string} starts with "\=" it is evaluated as an expression, see
802 |sub-replace-expression|. You can use that for complex replacement or special 802 |sub-replace-expression|. You can use that for complex replacement or special
803 characters. 803 characters.
804
805 The substitution is limited in recursion to 4 levels. *E1290*
804 806
805 Otherwise these characters in {string} have a special meaning: 807 Otherwise these characters in {string} have a special meaning:
806 *:s%* 808 *:s%*
807 When {string} is equal to "%" and '/' is included with the 'cpoptions' option, 809 When {string} is equal to "%" and '/' is included with the 'cpoptions' option,
808 then the {string} of the previous substitute command is used, see |cpo-/| 810 then the {string} of the previous substitute command is used, see |cpo-/|