1
0
forked from aniani/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 #2431)
This commit is contained in:
Bram Moolenaar
2017-12-10 21:06:22 +01:00
parent 59eb016dff
commit 8e6a31df81
4 changed files with 17 additions and 1 deletions

View File

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