summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-12-10 21:06:22 +0100
committerBram Moolenaar <Bram@vim.org>2017-12-10 21:06:22 +0100
commit8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 (patch)
tree77b18f0770aef3fabadeb085420af1299b239066 /runtime
parent59eb016dff3fd4f764cfe326c80a9b840f0e1a02 (diff)
patch 8.0.1386: cannot select modified buffers with getbufinfo()v8.0.1386
Problem: Cannot select modified buffers with getbufinfo(). Solution: Add the "bufmodified" flag. (Yegappan Lakshmanan, closes #2431)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 93e818a442..3afd675518 100644
--- 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()|