comparison runtime/doc/eval.txt @ 5663:1dea14d4c738

Update runtime files. Add support for systemverilog.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 19:15:50 +0100
parents 350272cbf1fd
children 40f18a1c1592
comparison
equal deleted inserted replaced
5662:215fdb7fa157 5663:1dea14d4c738
1 *eval.txt* For Vim version 7.4. Last change: 2014 Jan 14 1 *eval.txt* For Vim version 7.4. Last change: 2014 Feb 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1743 cscope_connection( [{num} , {dbpath} [, {prepend}]]) 1743 cscope_connection( [{num} , {dbpath} [, {prepend}]])
1744 Number checks existence of cscope connection 1744 Number checks existence of cscope connection
1745 cursor( {lnum}, {col} [, {coladd}]) 1745 cursor( {lnum}, {col} [, {coladd}])
1746 Number move cursor to {lnum}, {col}, {coladd} 1746 Number move cursor to {lnum}, {col}, {coladd}
1747 cursor( {list}) Number move cursor to position in {list} 1747 cursor( {list}) Number move cursor to position in {list}
1748 deepcopy( {expr}) any make a full copy of {expr} 1748 deepcopy( {expr} [, {noref}]) any make a full copy of {expr}
1749 delete( {fname}) Number delete file {fname} 1749 delete( {fname}) Number delete file {fname}
1750 did_filetype() Number TRUE if FileType autocommand event used 1750 did_filetype() Number TRUE if FileType autocommand event used
1751 diff_filler( {lnum}) Number diff filler lines about {lnum} 1751 diff_filler( {lnum}) Number diff filler lines about {lnum}
1752 diff_hlID( {lnum}, {col}) Number diff highlighting at {lnum}/{col} 1752 diff_hlID( {lnum}, {col}) Number diff highlighting at {lnum}/{col}
1753 empty( {expr}) Number TRUE if {expr} is empty 1753 empty( {expr}) Number TRUE if {expr} is empty
5640 separately. 5640 separately.
5641 Also see |strlen()|, |strdisplaywidth()| and |strwidth()|. 5641 Also see |strlen()|, |strdisplaywidth()| and |strwidth()|.
5642 5642
5643 strdisplaywidth({expr}[, {col}]) *strdisplaywidth()* 5643 strdisplaywidth({expr}[, {col}]) *strdisplaywidth()*
5644 The result is a Number, which is the number of display cells 5644 The result is a Number, which is the number of display cells
5645 String {expr} occupies on the screen. 5645 String {expr} occupies on the screen when it starts a {col}.
5646 When {col} is omitted zero is used. Otherwise it is the 5646 When {col} is omitted zero is used. Otherwise it is the
5647 screen column where to start. This matters for Tab 5647 screen column where to start. This matters for Tab
5648 characters. 5648 characters.
5649 The option settings of the current window are used. This 5649 The option settings of the current window are used. This
5650 matters for anything that's displayed differently, such as 5650 matters for anything that's displayed differently, such as