comparison runtime/doc/eval.txt @ 10027:018fead968c1

commit https://github.com/vim/vim/commit/36f44c21da2e912c008683a0c4447fca2a071e9a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 18:17:20 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 18:30:05 +0200
parents 8061455d9179
children 7cf4e210cf3c
comparison
equal deleted inserted replaced
10026:4f2894f3680c 10027:018fead968c1
1 *eval.txt* For Vim version 7.4. Last change: 2016 Aug 27 1 *eval.txt* For Vim version 7.4. Last change: 2016 Aug 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3270 When {flags} is "d": Deletes the directory by the name 3270 When {flags} is "d": Deletes the directory by the name
3271 {fname}. This fails when directory {fname} is not empty. 3271 {fname}. This fails when directory {fname} is not empty.
3272 3272
3273 When {flags} is "rf": Deletes the directory by the name 3273 When {flags} is "rf": Deletes the directory by the name
3274 {fname} and everything in it, recursively. BE CAREFUL! 3274 {fname} and everything in it, recursively. BE CAREFUL!
3275 Note: on MS-Windows it is not possible to delete a directory
3276 that is being used.
3275 3277
3276 A symbolic link itself is deleted, not what it points to. 3278 A symbolic link itself is deleted, not what it points to.
3277 3279
3278 The result is a Number, which is 0 if the delete operation was 3280 The result is a Number, which is 0 if the delete operation was
3279 successful and -1 when the deletion failed or partly failed. 3281 successful and -1 when the deletion failed or partly failed.
6342 echo round(-4.5) 6344 echo round(-4.5)
6343 < -5.0 6345 < -5.0
6344 {only available when compiled with the |+float| feature} 6346 {only available when compiled with the |+float| feature}
6345 6347
6346 screenattr(row, col) *screenattr()* 6348 screenattr(row, col) *screenattr()*
6347 Like screenchar(), but return the attribute. This is a rather 6349 Like |screenchar()|, but return the attribute. This is a rather
6348 arbitrary number that can only be used to compare to the 6350 arbitrary number that can only be used to compare to the
6349 attribute at other positions. 6351 attribute at other positions.
6350 6352
6351 screenchar(row, col) *screenchar()* 6353 screenchar(row, col) *screenchar()*
6352 The result is a Number, which is the character at position 6354 The result is a Number, which is the character at position