aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-28 23:09:56 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-28 23:14:36 +0200
commit2e64752250c89623ff5d6dc54e8a54038f32d78f (patch)
tree1d998003870f1716e8b6edca007c858e0a3db9f9 /runtime/doc/options.txt
parent06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5 (diff)
downloadrneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.tar.gz
rneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.tar.bz2
rneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.zip
vim-patch:64d8e25bf6ef
Updated runtime files. https://github.com/vim/vim/commit/64d8e25bf6efe5f18b032563521c3ce278c316ab Closes #6611
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 266ceb9136..7ca6612225 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3920,10 +3920,11 @@ A jump table for the options with a short description can be found at |Q_op|.
global
Changes the special characters that can be used in search patterns.
See |pattern|.
- NOTE: To avoid portability problems with using patterns, always keep
- this option at the default "on". 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|.
+ WARNING: Switching this option off most likely breaks plugins! That
+ is because many patterns assume it's on and will fail when it's off.
+ 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|.
*'makeef'* *'mef'*
'makeef' 'mef' string (default: "")