]> git.zndr.dk Git - dotfiles.git/commitdiff
Remove matchit from gitmodules
authorJannik ZANDER <jannikz@gmail.com>
Tue, 24 Jul 2018 20:14:56 +0000 (22:14 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Tue, 24 Jul 2018 20:14:56 +0000 (22:14 +0200)
.vim/pack/github/opt/matchit [deleted submodule]
.vim/vimrc

diff --git a/.vim/pack/github/opt/matchit b/.vim/pack/github/opt/matchit
deleted file mode 160000 (submodule)
index 060d9d8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 060d9d8aa381d6a650b649d38c992b59db3ed1a3
index 7cf83bdc5429499ab1dd1bf3a7fb65a00f880465..2060fab71864d70b81106aaa871ec24c8c3c3c24 100644 (file)
@@ -226,9 +226,9 @@ command! -bang -nargs=0 -complete=file Iar call s:Iar(<f-args>)
 if has('autocmd')
   augroup expandtabs
   autocmd!
-  autocmd FileType c   setlocal expandtab softtabstop=2 shiftwidth=2
-  autocmd FileType cpp setlocal expandtab softtabstop=2 shiftwidth=2
-  autocmd FileType make setlocal noexpandtab tabstop=8 shiftwidth=8
+  autocmd FileType c      setlocal expandtab softtabstop=2 shiftwidth=2
+  autocmd FileType cpp    setlocal expandtab softtabstop=2 shiftwidth=2
+  autocmd FileType make   setlocal noexpandtab   tabstop=8 shiftwidth=8
   autocmd FileType python setlocal expandtab softtabstop=4 shiftwidth=4
         \ formatoptions+=croq colorcolumn=79
         \ cinwords=if,elif,else,for,while,try,except,finally,def,class,with
@@ -261,9 +261,9 @@ if has('autocmd')
   augroup end
 
   augroup quickfix
-"  autocmd QuickFixCmdPost [^l]* nested cwindow
-"  autocmd QuickFixCmdPost l*    nested lwindow 
-  autocmd QuickFixCmdPost * call asyncrun#quickfix_toggle(8, 1)
+"    autocmd QuickFixCmdPost [^l]* nested cwindow
+"    autocmd QuickFixCmdPost l*    nested lwindow 
+    autocmd QuickFixCmdPost * call asyncrun#quickfix_toggle(8, 1)
   augroup end
 endif
 
@@ -299,7 +299,7 @@ let GtagsCscope_Quiet = 1
 " Unimpaired
 packadd! vim-unimpaired
 
-" Matchit
+" Matchit (%)
 packadd! matchit
 
 " termdebug