diff runtime/doc/eval.txt @ 5466:d060c429b21f

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Nov 2013 03:41:58 +0100
parents c5166fa10464
children 7818ca6de3d0
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*	For Vim version 7.4.  Last change: 2013 Nov 02
+*eval.txt*	For Vim version 7.4.  Last change: 2013 Nov 08
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -4235,6 +4235,9 @@ matchadd({group}, {pattern}[, {priority}
 		"match").  It will be highlighted with {group}.  Returns an
 		identification number (ID), which can be used to delete the
 		match using |matchdelete()|.
+		Matching is case sensitive and magic, unless case sensitivity
+		or magicness are explicitly overridden in {pattern}.  The
+		'magic', 'smartcase' and 'ignorecase' options are not used.
 
 		The optional {priority} argument assigns a priority to the
 		match.	A match with a high priority will have its