]> git.zndr.dk Git - vimfiles.git/commitdiff
Fix some warnings
authorJannik ZANDER <jzander@grundfos.com>
Fri, 2 Sep 2022 05:43:29 +0000 (07:43 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Fri, 2 Sep 2022 05:43:29 +0000 (07:43 +0200)
pack/minpac/opt/minpac
vimrc

index 544f2e642e55a764d144e97e8fb040cebef14948..093f00891aeb04e98ceb5a541885d025c9fae169 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 544f2e642e55a764d144e97e8fb040cebef14948
+Subproject commit 093f00891aeb04e98ceb5a541885d025c9fae169
diff --git a/vimrc b/vimrc
index 0cca496d886e509a9e64b96bf71e8da3b9a94c3d..20edb5db38e2deb254b0d200f2c5de810588dd65 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -20,7 +20,7 @@ else
   call minpac#add('tpope/vim-unimpaired', {'type': 'opt'})
   call minpac#add('tpope/vim-endwise', {'type': 'opt'})
   call minpac#add('tpope/vim-commentary', {'type': 'opt'})
-  call minpac#add('tpope/vim-fugitive', {'type': 'opt'})
+"  call minpac#add('tpope/vim-fugitive', {'type': 'opt'})
   call minpac#add('tpope/vim-vinegar', {'type': 'opt'})
   call minpac#add('ervandew/supertab', {'type': 'opt'})
   " snippets
@@ -238,9 +238,9 @@ match BadWhitespace /\s\+$/
 " fonts and chars
 set list
 if has('multi_byte') && &encoding ==# 'utf-8'
-  let &listchars = 'tab:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\96Ã\83Â\82Ã\82¸ ,extends:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82¯,precedes:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82®,nbsp:Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82±'
+"  let &listchars = 'tab:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\96Ã\83Â\82Ã\82¸ ,extends:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82¯,precedes:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82®,nbsp:Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82±'
 else
-  let &listchars = 'tab:> ,extends:>,precedes:<,nbsp:.'
+"  let &listchars = 'tab:> ,extends:>,precedes:<,nbsp:.'
 endif
 "let &t_ti.="\e[1 q"
 "let &t_SI.="\e[5 q"
@@ -260,19 +260,19 @@ function! s:CmakeInit()
   let &errorformat="%f(%l) : %t%*\\D%n: %m,%*[^\"]\"%f\"%*\\D%l: %m,%f(%l) : %m,%*[^ ] %f %l: %m,%f:%l:%c:%m,%f(%l):%m,%f|%l| %m"
   set makeprg=cmake
 endfunction
-command! -bang -nargs=0 -complete=file CmakeInit call s:CmakeInit(<f-args>)
+"command! -bang -nargs=0 -complete=file CmakeInit call s:CmakeInit(<f-args>)
 
 function! s:Doxygen()
   set errorformat+=%f:%l:\ %m
   set makeprg=doxygen
 endfunction
-command! -bang -nargs=0 -complete=file Doxygen call s:Doxygen(<f-args>)
+"command! -bang -nargs=0 -complete=file Doxygen call s:Doxygen(<f-args>)
 
 function! s:Iar()
   set errorformat=%f(%l)\ :\ %m
   set makeprg=vim-iarbuild.cmd
 endfunction
-command! -bang -nargs=0 -complete=file Iar call s:Iar(<f-args>)
+"command! -bang -nargs=0 -complete=file Iar call s:Iar(<f-args>)
 
 function! Pandoc_Preview()
   let b:curr_file = expand('%:p')
@@ -332,7 +332,7 @@ silent! packadd! vim-syntax-extra
 silent! packadd! vim-repeat
 silent! packadd! vim-surround
 silent! packadd! vim-unimpaired
-silent! packadd! vim-fugitive
+"silent! packadd! vim-fugitive
 silent! packadd! vim-commentary
 silent! packadd! vim-vinegar
 silent! packadd! vim-endwise