diff options
author | Rob Pilling <robpilling@gmail.com> | 2020-03-22 21:23:33 +0000 |
---|---|---|
committer | Rob Pilling <robpilling@gmail.com> | 2020-04-19 20:18:41 +0100 |
commit | 9d59f066cbbe8893559586eee5bfca9378cf6385 (patch) | |
tree | d88371aeafc91dd10500a78568d36ba952b55a05 /runtime | |
parent | ec2d45a8515399e3f23e0a552bcb222ae4836f7a (diff) | |
download | rneovim-9d59f066cbbe8893559586eee5bfca9378cf6385.tar.gz rneovim-9d59f066cbbe8893559586eee5bfca9378cf6385.tar.bz2 rneovim-9d59f066cbbe8893559586eee5bfca9378cf6385.zip |
vim-patch:8.0.1651: cannot filter :ls output for terminal buffers
Problem: Cannot filter :ls output for terminal buffers.
Solution: Add flags for terminal buffers. (Marcin Szamotulski, closes vim/vim#2751)
https://github.com/vim/vim/commit/0751f51a5b428805a8c1e9fe529693d032bec991
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/windows.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 977e0daef7..dbe08a71ef 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1021,6 +1021,8 @@ list of buffers. |unlisted-buffer| x buffers with a read error % current buffer # alternate buffer + R terminal buffers with a running job + F terminal buffers with a finished job Combining flags means they are "and"ed together, e.g.: h+ hidden buffers which are modified a+ active buffers which are modified |