Hi there
In the file eval.c, there's probably a documentation bug. See attached patch.
Elias
--
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
diff -r 379a6398d462 src/eval.c
--- a/src/eval.c Wed Oct 26 23:48:21 2011 +0200
+++ b/src/eval.c Wed Nov 16 17:04:40 2011 +0100
@@ -875,7 +875,7 @@
#ifdef EBCDIC
/*
- * Sort the function table, to enable binary sort.
+ * Sort the function table, to enable binary search.
*/
sortFunctions();
#endif