From 4ef38f411ec198328b5c18ba4b56b1499e4bc798 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 7 Jun 2017 13:04:32 +0100 Subject: Add script to facilitate qutebrowser navigation --- vim/.vim/compiler/gmsh.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vim/.vim/compiler/gmsh.vim (limited to 'vim/.vim/compiler/gmsh.vim') diff --git a/vim/.vim/compiler/gmsh.vim b/vim/.vim/compiler/gmsh.vim new file mode 100644 index 0000000..70148e8 --- /dev/null +++ b/vim/.vim/compiler/gmsh.vim @@ -0,0 +1,12 @@ +if exists("current_compiler") + finish +endif + +let current_compiler = "gmsh" + +if exists(":CompilerSet") != 2 + command -nargs=* CompilerSet setlocal +endif + +setlocal errorformat=Error\ \ \ :\ \'%f\'\\,\ line\ %l\ :\ %m +setlocal makeprg=gmsh\ %\ -\\|&\ grep\ Error -- cgit v1.2.3