From ced007e49f4be3daaff74d72b743f4f0cd622f4b Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 28 Sep 2014 08:58:37 +0600 Subject: [PATCH] =?UTF-8?q?vim:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83?= =?UTF-8?q?=D0=B5=D0=BC=D1=8B=D1=85=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/vim/vimrc | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/etc/soft/vim/vimrc b/etc/soft/vim/vimrc index 5008553..1fde686 100644 --- a/etc/soft/vim/vimrc +++ b/etc/soft/vim/vimrc @@ -689,25 +689,6 @@ map gv :Gitv --all let g:Gitv_OpenHorizontal = 1 " }}} -" TagList"{{{ -let Tlist_WinWidth = 37 -let Tlist_GainFocus_On_ToggleOpen = 1 -let Tlist_Enable_Fold_Column = 0 -let Tlist_Use_Right_Window = 0 - -let tlist_txt_settings = 'txt;c:content;f:figures;t:tables' -let tlist_vimwiki_settings = 'wiki;h:Headers;t:Todo' -let tlist_tex_settings = 'tex;s:section;c:chapter;l:label;r:ref' -let tlist_rfc_settings = 'rfc;c:content;f:figures;t:tables' -let tlist_tcl_settings = 'tcl;c:Class;f:Method;m:Method;n:Namespaces;k:Packages;s:Sources;' - \ . 'x:Procedures;g:Global variables;a:Arrays;v:Variables;u:Unit tests;i:Aliases' -let tlist_lisp_settings = 'lisp;f:Functions;v:Varuables;p:Parameters;g:Generics;c:Classes;m:Methods;x:Macros' -"}}} - -" NERDTree"{{{ -let g:NERDTreeWinPos = "right" -"}}} - " VimWiki"{{{ let wiki = {}