diff runtime/doc/eval.txt @ 2488:def0e3934129 vim73

Preparations for 7.3d release.
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Aug 2010 17:49:30 +0200
parents 150b5dbccff9
children 1e5bc1cdec13
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.3d.  Last change: 2010 Jul 28
+*eval.txt*	For Vim version 7.3d.  Last change: 2010 Aug 04
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -535,6 +535,10 @@ remaining that refers to it.
 
 It is not necessary to use the "dict" attribute for a numbered function.
 
+If you get an error for a numbered function, you can find out what it is with
+a trick.  Assuming the function is 42, the command is: >
+	:function {42}
+
 
 Functions for Dictionaries ~
 							*E715*