diff runtime/doc/eval.txt @ 13020:58cce40c965b v8.0.1386

patch 8.0.1386: cannot select modified buffers with getbufinfo() commit https://github.com/vim/vim/commit/8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 10 21:06:22 2017 +0100 patch 8.0.1386: cannot select modified buffers with getbufinfo() Problem: Cannot select modified buffers with getbufinfo(). Solution: Add the "bufmodified" flag. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2431)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2017 21:15:05 +0100
parents e47e70300f30
children 7c0e0e923537
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4173,6 +4173,7 @@ getbufinfo([{dict}])
 		be specified in {dict}:
 			buflisted	include only listed buffers.
 			bufloaded	include only loaded buffers.
+			bufmodified	include only modified buffers.
 
 		Otherwise, {expr} specifies a particular buffer to return
 		information for.  For the use of {expr}, see |bufname()|