From c58054c231f11cfd911795b572029e9360835bbb Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Fri, 23 Aug 2019 07:24:02 -0400 Subject: vim-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 vim/vim#2431) https://github.com/vim/vim/commit/8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 --- runtime/doc/eval.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 0418ab950c..8c3399fd0d 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4041,6 +4041,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()| -- cgit