diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-07-30 15:48:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 15:48:32 +0200 |
commit | 6237ac84024f048ec60475276fbf0663d9d17879 (patch) | |
tree | a26df8962b063f73b4c85e9906b2e2edb54fb73c /runtime/doc/change.txt | |
parent | d36d9be8ff0e03a7cbba087abb9167056f9c56c7 (diff) | |
download | rneovim-6237ac84024f048ec60475276fbf0663d9d17879.tar.gz rneovim-6237ac84024f048ec60475276fbf0663d9d17879.tar.bz2 rneovim-6237ac84024f048ec60475276fbf0663d9d17879.zip |
vim-patch:2ecbe53f452e (#19577)
Update runtime files
https://github.com/vim/vim/commit/2ecbe53f452e92e941aff623f6a0b72f80e43d07
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index b905f53db7..a4ff4474e6 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -765,6 +765,8 @@ When the {string} starts with "\=" it is evaluated as an expression, see |sub-replace-expression|. You can use that for complex replacement or special characters. +The substitution is limited in recursion to 4 levels. *E1290* + Otherwise these characters in {string} have a special meaning: magic nomagic action ~ |