diff runtime/doc/sign.txt @ 15281:97b40b4c6911

Update runtime files. commit https://github.com/vim/vim/commit/c8c8849267503b2d2d6d821047ee8619c7821728 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 27 23:59:26 2018 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Dec 2018 00:00:08 +0100
parents 3a99b2e6d136
children 890203d87ee5
line wrap: on
line diff
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -1,4 +1,4 @@
-*sign.txt*      For Vim version 8.1.  Last change: 2018 Dec 21
+*sign.txt*      For Vim version 8.1.  Last change: 2018 Dec 26
 
 
 		  VIM REFERENCE MANUAL    by Gordon Prieur
@@ -279,8 +279,11 @@ See |sign_getplaced()| for the equivalen
 
 :sign place	List placed signs in all files.
 
+:sign place group=*
+		List placed signs in all sign groups in all files.
+
 :sign place group={group}
-		List placed signs in all sign groups in all the files.
+		List placed signs with sign group {group} in all files.
 
 
 JUMPING TO A SIGN					*:sign-jump* *E157*