diff runtime/doc/pi_paren.txt @ 818:1f929f3ca806 v7.0c03

updated for version 7.0c03
author vimboss
date Wed, 29 Mar 2006 21:18:24 +0000
parents 9f345c48220b
children 23f82b5d2814
line wrap: on
line diff
--- a/runtime/doc/pi_paren.txt
+++ b/runtime/doc/pi_paren.txt
@@ -1,4 +1,4 @@
-*pi_paren.txt*  For Vim version 7.0c.  Last change: 2006 Mar 24
+*pi_paren.txt*  For Vim version 7.0c.  Last change: 2006 Mar 29
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -38,5 +38,9 @@ in a string or comment syntax item, then
 syntax items are ignored.  Any syntax items with "string" or "comment"
 somewhere in their name are considered string or comment items.
 
+The search is limited to what is visible in the window.  The plugin doesn't
+search further than 100 lines to avoid a long delay when there are closed
+folds.
+
 ==============================================================================
  vim:tw=78:ts=8:ft=help:norl: