From 1e87711574c324f0991482631673c2a00b35d2ba Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 26 Jun 2014 12:07:06 -0400 Subject: [PATCH] Added archversion.conf syntax to vim-polyglot-darkcloud and removed hacks from plugins.vim and settings.vim. --- vim/bundle/vim-polyglot-darkcloud | 2 +- vim/config/plugins.vim | 5 ----- vim/config/settings.vim | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/vim/bundle/vim-polyglot-darkcloud b/vim/bundle/vim-polyglot-darkcloud index c5c151f..714e4d9 160000 --- a/vim/bundle/vim-polyglot-darkcloud +++ b/vim/bundle/vim-polyglot-darkcloud @@ -1 +1 @@ -Subproject commit c5c151f41121382396f33750b106bb1ce3ef037d +Subproject commit 714e4d922ec552f3bdd376c4c3c9e00b9a5a1bc4 diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index a601004..ece1b41 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -153,11 +153,6 @@ let g:tagbar_width=35 "}}} -"TCOMMENT: {{{ - "set the comment style for archversion config files to '#' - call tcomment#DefineType('archversion', '# %s') -"}}} - "VIM FILER: {{{ "autostart filer when vim opens to an empty buffer (default: 1) if !exists("g:autostartfiler")|let g:autostartfiler=1|endif diff --git a/vim/config/settings.vim b/vim/config/settings.vim index 682d192..aa991d3 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -71,7 +71,6 @@ au BufNewFile,BufRead *.gradle setf groovy au BufNewFile,BufRead *.muttrc setf muttrc au BufNewFile,BufRead pacman.conf,yaourtrc setf sh - au BufNewFile,BufRead archversion.conf setf archversion au BufNewFile,BufRead cjdroute.conf,cjdmaid.conf setf json "}}}