comparison runtime/doc/usr_41.txt @ 15194:8b334e4cb97f

Update runtime files. commit https://github.com/vim/vim/commit/9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 18 21:41:50 2018 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Dec 2018 21:45:08 +0100
parents d9d97b8afe0d
children 3a99b2e6d136
comparison
equal deleted inserted replaced
15193:0154f020f97e 15194:8b334e4cb97f
1 *usr_41.txt* For Vim version 8.1. Last change: 2018 Apr 11 1 *usr_41.txt* For Vim version 8.1. Last change: 2018 Dec 18
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
1057 mzeval() evaluate |MzScheme| expression 1057 mzeval() evaluate |MzScheme| expression
1058 perleval() evaluate Perl expression (|+perl|) 1058 perleval() evaluate Perl expression (|+perl|)
1059 py3eval() evaluate Python expression (|+python3|) 1059 py3eval() evaluate Python expression (|+python3|)
1060 pyeval() evaluate Python expression (|+python|) 1060 pyeval() evaluate Python expression (|+python|)
1061 pyxeval() evaluate |python_x| expression 1061 pyxeval() evaluate |python_x| expression
1062 debugbreak() interrupt a program being debugged 1062 debugbreak() interrupt a program being debugged
1063 1063
1064 ============================================================================== 1064 ==============================================================================
1065 *41.7* Defining a function 1065 *41.7* Defining a function
1066 1066
1067 Vim enables you to define your own functions. The basic function declaration 1067 Vim enables you to define your own functions. The basic function declaration