Explorar el Código

docs: add option g:bufExplorerShowTerminal

Signed-off-by: jsvisa <delweng@gmail.com>
jsvisa hace 1 año
padre
commit
3df105fee3
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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.