"vim:foldmethod=marker vim:foldmarker=~~,%% " Copyright: Copyright (C) 2005 Marius Groleo " Permission is hereby granted to use and distribute this code, " with or without modifications, provided that this copyright " notice is copied with it. Like anything else that's free, " tabbar.vim is provided *as is* and comes with no " warranty of any kind, either expressed or implied. In no " event will the copyright holder be liable for any damamges " resulting from the use of this software. " Derived from Bindu Well miniBufExplorer.vim version 6.3.2 " Name Of File : tabbar.vim " Description : TabBar buffer explorer Vim Plugin " Maintainer : Marius Groleo < groleo@gmail.com > " Version : 0.2 " press zR in normal mode to open all folds " press zM in normal mode to close all folds " Already been loaded? ~~ if exists('Tb_loaded') finish else let Tb_loaded= 1 endif "%% " Mappings and Commands " TabBar Keyboard Mappings ~~ if ! hasmapto('1') || !hasmapto('') "gui bindings containing META key, are different from terminal bindings if has('gui_running') "NORMAL mode bindings for gvim noremap