diff runtime/doc/usr_41.txt @ 4159:8b86b69546a9

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Feb 2013 21:26:00 +0100
parents c3036f1dca68
children 6ec6b7ff2d43
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1,4 +1,4 @@
-*usr_41.txt*	For Vim version 7.3.  Last change: 2012 Oct 13
+*usr_41.txt*	For Vim version 7.3.  Last change: 2013 Feb 20
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -863,12 +863,15 @@ Window size and position:			*window-size
 	winsaveview()		get view of current window
 	winrestview()		restore saved view of current window
 
+Mappings:				    *mapping-functions*
+	hasmapto()		check if a mapping exists
+	mapcheck()		check if a matching mapping exists
+	maparg()		get rhs of a mapping
+	wildmenumode()		check if the wildmode is active
+
 Various:					*various-functions*
 	mode()			get current editing mode
 	visualmode()		last visual mode used
-	hasmapto()		check if a mapping exists
-	mapcheck()		check if a matching mapping exists
-	maparg()		get rhs of a mapping
 	exists()		check if a variable, function, etc. exists
 	has()			check if a feature is supported in Vim
 	changenr()		return number of most recent change