From: Jannik Zander <59698@grundfos.com> Date: Mon, 16 Jul 2018 14:08:59 +0000 (+0200) Subject: Add mesonic to vim X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=248b747d5d25089a1b7dcb193a49bb038d39531e;p=dotfiles.git Add mesonic to vim --- 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