diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2021-09-12 12:51:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 13:51:00 +0200 |
commit | 643cb8a6ecc9c78580ccaf1821b52f836b7b7ef4 (patch) | |
tree | bcbec02b9486a3a852558f3613a07ba2a4c5ca0e | |
parent | 5615ea8b6b83e3b3702198bbeccd4bb52b131502 (diff) | |
download | rneovim-643cb8a6ecc9c78580ccaf1821b52f836b7b7ef4.tar.gz rneovim-643cb8a6ecc9c78580ccaf1821b52f836b7b7ef4.tar.bz2 rneovim-643cb8a6ecc9c78580ccaf1821b52f836b7b7ef4.zip |
doc(options): remove vim9script reference (#15645)
[skip ci]
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index c5678cf301..1f8752ed36 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3797,8 +3797,6 @@ A jump table for the options with a short description can be found at |Q_op|. Only switch it off when working with old Vi scripts. In any other situation write patterns that work when 'magic' is on. Include "\M" when you want to |/\M|. - In |Vim9| script the value of 'magic' is ignored, patterns behave like - it is always set. *'makeef'* *'mef'* 'makeef' 'mef' string (default: "") |