0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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 #2751)
This commit is contained in:
Bram Moolenaar
2018-03-29 16:37:16 +02:00
parent 0c72fe4ed8
commit 0751f51a5b
4 changed files with 32 additions and 8 deletions

View File

@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1651,
/**/
1650,
/**/