diff runtime/doc/options.txt @ 10140:b11ceef7116e

commit https://github.com/vim/vim/commit/64d8e25bf6efe5f18b032563521c3ce278c316ab Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 22:12:34 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 22:15:08 +0200
parents 018fead968c1
children 9f48eab77d62
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt*	For Vim version 7.4.  Last change: 2016 Aug 27
+*options.txt*	For Vim version 7.4.  Last change: 2016 Sep 02
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -4922,10 +4922,11 @@ A jump table for the options with a shor
 			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: "")