Просмотр исходного кода

docs: add option g:bufExplorerShowTerminal

Signed-off-by: jsvisa <delweng@gmail.com>
jsvisa 1 год назад
Родитель
Сommit
3df105fee3
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      doc/bufexplorer.txt

+ 6 - 0
doc/bufexplorer.txt

@@ -254,6 +254,12 @@ To control the size of the new vertical split window, use: >
   let g:bufExplorerSplitVertSize=0          " New split windows size set by Vim.
   let g:bufExplorerSplitVertSize=0          " New split windows size set by Vim.
 The default is 0, so that the size is set by Vim.
 The default is 0, so that the size is set by Vim.
 
 
+                                                   *g:bufExplorerShowTerminal*
+To control whether terminal buffers are displayed in BufExplorer, use: >
+  let g:bufExplorerShowTerminal=1           " Show terminal buffers.
+  let g:bufExplorerShowTerminal=0           " Don't show terminal buffers.
+The default is 1, to show the terminal buffers.
+
                                                    *g:bufExplorerVersionWarn*
                                                    *g:bufExplorerVersionWarn*
 To control whether to warning about Vim version or not, use: >
 To control whether to warning about Vim version or not, use: >
   let g:bufExplorerVersionWarn=1       " Warn if version conflict.
   let g:bufExplorerVersionWarn=1       " Warn if version conflict.