comparison runtime/doc/eval.txt @ 7557:502ca0a62fd8

commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 15:59:26 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 16:00:06 +0100
parents 37e061ec063c
children 9b7de205336d
comparison
equal deleted inserted replaced
7556:823c4567b8a2 7557:502ca0a62fd8
1 *eval.txt* For Vim version 7.4. Last change: 2016 Jan 03 1 *eval.txt* For Vim version 7.4. Last change: 2016 Jan 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1737 USAGE RESULT DESCRIPTION ~ 1737 USAGE RESULT DESCRIPTION ~
1738 1738
1739 abs( {expr}) Float or Number absolute value of {expr} 1739 abs( {expr}) Float or Number absolute value of {expr}
1740 acos( {expr}) Float arc cosine of {expr} 1740 acos( {expr}) Float arc cosine of {expr}
1741 add( {list}, {item}) List append {item} to |List| {list} 1741 add( {list}, {item}) List append {item} to |List| {list}
1742 alloc_fail( {countdown}, {when}, {repeat}) 1742 alloc_fail( {id}, {countdown}, {repeat})
1743 nothing make memory allocation fail 1743 none make memory allocation fail
1744 and( {expr}, {expr}) Number bitwise AND 1744 and( {expr}, {expr}) Number bitwise AND
1745 append( {lnum}, {string}) Number append {string} below line {lnum} 1745 append( {lnum}, {string}) Number append {string} below line {lnum}
1746 append( {lnum}, {list}) Number append lines {list} below line {lnum} 1746 append( {lnum}, {list}) Number append lines {list} below line {lnum}
1747 argc() Number number of files in the argument list 1747 argc() Number number of files in the argument list
1748 argidx() Number current index in the argument list 1748 argidx() Number current index in the argument list