diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-11-05 15:59:17 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-11-05 16:09:22 +0800 |
commit | b84666d2a0dc4a7585ef6aa5a8f9060046ff9082 (patch) | |
tree | 5b4486c9e051e62b7b52cc016624e7e9526c8e6e /runtime | |
parent | 77e25e56d8ccc0c174305f9fe64ad06f0223ab2d (diff) | |
download | rneovim-b84666d2a0dc4a7585ef6aa5a8f9060046ff9082.tar.gz rneovim-b84666d2a0dc4a7585ef6aa5a8f9060046ff9082.tar.bz2 rneovim-b84666d2a0dc4a7585ef6aa5a8f9060046ff9082.zip |
vim-patch:8.2.4978: no error if engine selection atom is not at the start
Problem: No error if engine selection atom is not at the start.
Solution: Give an error. (Christian Brabandt, closes vim/vim#10439)
https://github.com/vim/vim/commit/360da40b47a84ee8586c3b5d062f8c64a2ac9cc6
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/pattern.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 371a210847..5357aaa3f1 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -372,7 +372,7 @@ Vim includes two regexp engines: 1. An old, backtracking engine that supports everything. 2. A new, NFA engine that works much faster on some patterns, possibly slower on some patterns. - + *E1281* Vim will automatically select the right engine for you. However, if you run into a problem or want to specifically select one engine or the other, you can prepend one of the following to the pattern: |