]> git.zndr.dk Git - dotfiles.git/commitdiff
Add mesonic to vim
authorJannik Zander <59698@grundfos.com>
Mon, 16 Jul 2018 14:08:59 +0000 (16:08 +0200)
committerJannik Zander <59698@grundfos.com>
Mon, 16 Jul 2018 14:08:59 +0000 (16:08 +0200)
.gitmodules
.vim/vimrc

index 7f1b09b541a64b396b0e109eeba787878163ec0f..40f8332488a7ac3360f8a84a243e5e7b453f1e7f 100644 (file)
@@ -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
index 06f6491b0e4945007c448392cea517fd34cddcb0..8ce154847770658b2e7fb582826b2e37bfd73d77 100644 (file)
@@ -121,7 +121,7 @@ function! s:Doxygen()
 endfunction
 command! -bang -nargs=0 -complete=file Doxygen call s:Doxygen(<f-args>)
 
-function! s:Iar(path)
+function! s:Iar()
   set errorformat=%f(%l)\ :\ %m
   set makeprg=vim-iarbuild.cmd
 endfunction