Ver Fonte

docs: add option g:bufExplorerShowTerminal

Signed-off-by: jsvisa <delweng@gmail.com>
jsvisa há 1 ano atrás
pai
commit
3df105fee3
1 ficheiros alterados com 6 adições e 0 exclusões
  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.
 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*
 To control whether to warning about Vim version or not, use: >
   let g:bufExplorerVersionWarn=1       " Warn if version conflict.