]> git.zndr.dk Git - dotfiles.git/commitdiff
Check in windows
authorJannik Zander <59698@grundfos.com>
Mon, 16 Jul 2018 14:23:40 +0000 (16:23 +0200)
committerJannik Zander <59698@grundfos.com>
Mon, 16 Jul 2018 14:23:40 +0000 (16:23 +0200)
.vim/vimrc

index 8ce154847770658b2e7fb582826b2e37bfd73d77..5aa0980268dadf29480b6311f18c7413cd36e5ff 100644 (file)
@@ -109,11 +109,11 @@ let &t_EI.="\e[1 q"
 let &t_te.="\e[0 q"
 
 " make
-function! s:CmakeMsvc()
+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"
   let &makeprg='cmake '
 endfunction
-command! -bang -nargs=0 -complete=file CmakeMsvc call s:CmakeMsvc(<f-args>)
+command! -bang -nargs=0 -complete=file CmakeInit call s:CmakeInit(<f-args>)
 
 function! s:Doxygen()
   set errorformat+=%f:%l:\ %m
@@ -127,8 +127,6 @@ function! s:Iar()
 endfunction
 command! -bang -nargs=0 -complete=file Iar call s:Iar(<f-args>)
 
-call s:CmakeMsvc()
-
 " grep
 " file:line:coloumn:message
 set grepformat^=%f:%l:%c:%m
@@ -215,6 +213,9 @@ command! -bang -nargs=* -complete=file Grep AsyncRun -program=grep @ <args>
 " Error markers
 packadd errormarker.vim
 
+" Meson build system
+packadd mesonic
+
 " Normal mode Mappings
 nnoremap ;                  :
 nnoremap :                  ;