Hello, python3 is not listed there. The patch fixes this.
Regards, Hong Xu 05/07/2011 -- 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 60890b26cb17 runtime/doc/eval.txt --- a/runtime/doc/eval.txt Thu May 05 18:31:59 2011 +0200 +++ b/runtime/doc/eval.txt Sat May 07 18:09:05 2011 +0800 @@ -6222,7 +6222,8 @@ postscript Compiled with PostScript file printing. printer Compiled with |:hardcopy| support. profile Compiled with |:profile| support. -python Compiled with Python interface. +python Compiled with Python 2.x interface. +python3 Compiled with Python 3.x interface. qnx QNX version of Vim. quickfix Compiled with |quickfix| support. reltime Compiled with |reltime()| support.
