"============================================================================= " 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. " " Name Of File: tabbar.vim " Description: TabBar buffer explorer Vim Plugin " Maintainer: Marius Groleo " Derived from Bindu Well tabbar.vim version 6.3.2 " Startup Check " already been loaded? ~~ if exists('Tb_loaded') finish endif " %% let Tb_loaded= 1 let g:Tb_DoDebug = 1 let g:Tb_DebugMode = 0 " Mappings and Commands " " Tb_ Keyboard Mappings ~~ " If we don't already have keyboard mappings for Tb_ then create them if !hasmapto('1') noremap