winmanager插件使用:
1 下载:http://www.vim.org/scripts/script.php?script_id=95
2 解压:unzip -n winmanager -d winmanager.zip
3 复制:sudo cp ./winmanager/doc/* /usr/share/vim/vim70/doc/
           sudo cp ./winmanager/plugin/* /usr/share/vim/vim70/plugin/
4 帮助::help winmanager
5 使用:
        现在在你的~/.vimrc中增加下面两句
        let g:winManagerWindowLayout='FileExplorer|TagList'
        nmap wm :WMToggle<cr> 
        然后重启vim, 打开~/src/vim71/src/main.c