comparison runtime/doc/usr_41.txt @ 7651:c7575b07de98 v7.4.1125

commit https://github.com/vim/vim/commit/e9b892ebcd8596bf813793a1eed5a460a9495a28 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 21:15:58 2016 +0100 patch 7.4.1125 Problem: There is no perleval(). Solution: Add perleval(). (Damien)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 21:30:04 +0100
parents a49163681559
children ca19726d5e83
comparison
equal deleted inserted replaced
7650:fbc4cabe6704 7651:c7575b07de98
919 taglist() get list of matching tags 919 taglist() get list of matching tags
920 tagfiles() get a list of tags files 920 tagfiles() get a list of tags files
921 921
922 luaeval() evaluate Lua expression 922 luaeval() evaluate Lua expression
923 mzeval() evaluate |MzScheme| expression 923 mzeval() evaluate |MzScheme| expression
924 perleval() evaluate Perl expression (|+perl|)
924 py3eval() evaluate Python expression (|+python3|) 925 py3eval() evaluate Python expression (|+python3|)
925 pyeval() evaluate Python expression (|+python|) 926 pyeval() evaluate Python expression (|+python|)
926 wordcount() get byte/word/char count of buffer 927 wordcount() get byte/word/char count of buffer
927 928
928 ============================================================================== 929 ==============================================================================