--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff -r f99b6efb5193 runtime/doc/eval.txt
--- a/runtime/doc/eval.txt Wed Mar 12 21:28:26 2014 +0100
+++ b/runtime/doc/eval.txt Sun Mar 16 13:16:10 2014 +0700
@@ -6624,7 +6624,7 @@
:fu[nction][!] {name}([arguments]) [range] [abort] [dict]
Define a new function by the name {name}. The name
must be made of alphanumeric characters and '_', and
- must start with a capital or "s:" (see above).
+ must start with a capital, "g:" or "s:" (see above).
{name} can also be a |Dictionary| entry that is a
|Funcref|: >