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)
8e6a31df81
This commit is contained in:
Jan Edmund Lazo
2019-08-23 07:24:02 -04:00
parent 7e6a2f2bed
commit c58054c231
3 changed files with 15 additions and 1 deletions

View File

@@ -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()|