comparison runtime/doc/usr_41.txt @ 2050:afcf9db31561 v7.2.336

updated for version 7.2.336 Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev)
author Bram Moolenaar <bram@zimbu.org>
date Tue, 19 Jan 2010 15:55:06 +0100
parents 5232b9862f23
children 7c8c7c95a865
comparison
equal deleted inserted replaced
2049:23d366df1938 2050:afcf9db31561
865 getregtype() get type of a register 865 getregtype() get type of a register
866 setreg() set contents and type of a register 866 setreg() set contents and type of a register
867 867
868 taglist() get list of matching tags 868 taglist() get list of matching tags
869 tagfiles() get a list of tags files 869 tagfiles() get a list of tags files
870
871 mzeval() evaluate |MzScheme| expression
870 872
871 ============================================================================== 873 ==============================================================================
872 *41.7* Defining a function 874 *41.7* Defining a function
873 875
874 Vim enables you to define your own functions. The basic function declaration 876 Vim enables you to define your own functions. The basic function declaration