From 248b747d5d25089a1b7dcb193a49bb038d39531e Mon Sep 17 00:00:00 2001 From: Jannik Zander <59698@grundfos.com> Date: Mon, 16 Jul 2018 16:08:59 +0200 Subject: [PATCH] Add mesonic to vim --- .gitmodules | 3 +++ .vim/vimrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7f1b09b..40f8332 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule ".vim/pack/github/opt/errormarker.vim"] path = .vim/pack/github/opt/errormarker.vim url = https://github.com/mh21/errormarker.vim.git +[submodule ".vim/pack/github/opt/mesonic"] + path = .vim/pack/github/opt/mesonic + url = https://github.com/igankevich/mesonic.git diff --git a/.vim/vimrc b/.vim/vimrc index 06f6491..8ce1548 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -121,7 +121,7 @@ function! s:Doxygen() endfunction command! -bang -nargs=0 -complete=file Doxygen call s:Doxygen() -function! s:Iar(path) +function! s:Iar() set errorformat=%f(%l)\ :\ %m set makeprg=vim-iarbuild.cmd endfunction -- 2.43.0