diff 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
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*	For Vim version 7.4.  Last change: 2016 Aug 27
+*eval.txt*	For Vim version 7.4.  Last change: 2016 Aug 28
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -3272,6 +3272,8 @@ delete({fname} [, {flags}])					*delete(
 		
 		When {flags} is "rf": Deletes the directory by the name
 		{fname} and everything in it, recursively.  BE CAREFUL!
+		Note: on MS-Windows it is not possible to delete a directory
+		that is being used.
 
 		A symbolic link itself is deleted, not what it points to.
 		
@@ -6344,7 +6346,7 @@ round({expr})							*round()*
 		{only available when compiled with the |+float| feature}
 
 screenattr(row, col)						*screenattr()*
-		Like screenchar(), but return the attribute.  This is a rather
+		Like |screenchar()|, but return the attribute.  This is a rather
 		arbitrary number that can only be used to compare to the
 		attribute at other positions.