From 291abc8ca3dac3b51ae66a7f842326bd30119ba2 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Tue, 24 Jul 2018 22:14:56 +0200 Subject: [PATCH] Remove matchit from gitmodules --- .vim/pack/github/opt/matchit | 1 - .vim/vimrc | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 160000 .vim/pack/github/opt/matchit diff --git a/.vim/pack/github/opt/matchit b/.vim/pack/github/opt/matchit deleted file mode 160000 index 060d9d8..0000000 --- a/.vim/pack/github/opt/matchit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 060d9d8aa381d6a650b649d38c992b59db3ed1a3 diff --git a/.vim/vimrc b/.vim/vimrc index 7cf83bd..2060fab 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -226,9 +226,9 @@ command! -bang -nargs=0 -complete=file Iar call s:Iar() 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 -- 2.43.0