Vim Tips Wiki
No edit summary
(Standard format.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
=minibufexpl.vim=
 
 
 
{{ScriptComments|minibufexpl: buffer explorer taking very little screen space}}
 
{{ScriptComments|minibufexpl: buffer explorer taking very little screen space}}
 
   
 
An improved version of this script exists [http://www.vim.org/scripts/script.php?script_id=3239 here]. It adds some keybindings and the ability to open buffers in split and vertically split windows.
 
An improved version of this script exists [http://www.vim.org/scripts/script.php?script_id=3239 here]. It adds some keybindings and the ability to open buffers in split and vertically split windows.
Line 9: Line 6:
 
Script has not been updated since 2004.
 
Script has not been updated since 2004.
   
fholgado is working on an updated version at https://github.com/fholgado/minibufexpl.vim
+
See updated version at https://github.com/fholgado/minibufexpl.vim and http://fholgado.com/minibufexpl
  +
  +
==Bugs==
  +
*There are errors from regular expressions when the buffer name contains "~" - like foo.txt~

Latest revision as of 07:29, 21 July 2012

Use this page to discuss script 159 minibufexpl: buffer explorer taking very little screen space

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

An improved version of this script exists here. It adds some keybindings and the ability to open buffers in split and vertically split windows.

Comments[]

Script has not been updated since 2004.

See updated version at https://github.com/fholgado/minibufexpl.vim and http://fholgado.com/minibufexpl

Bugs[]

  • There are errors from regular expressions when the buffer name contains "~" - like foo.txt~