blob: 04763f992346aaed8a7269fdc4f19bc71146f2c7 [file] [log] [blame]
Bram Moolenaaradc21822011-04-01 18:03:16 +02001" Compiler: Intel Fortran Compiler
2" Maintainer: H Xu <xuhdev@gmail.com>
3" Version: 0.1.1
4" Last Change: 19 March 2011
5" Homepage: http://www.vim.org/scripts/script.php?script_id=3497
6" https://bitbucket.org/xuhdev/compiler-ifort.vim
7" License: Same as Vim
8
9if exists('current_compiler')
10 finish
11endif
12let current_compiler = 'ifort'
13
14if exists(":CompilerSet") != 2 " older Vim always used :setlocal
15 command -nargs=* CompilerSet setlocal <args>
16endif
17
18CompilerSet errorformat=
19 \%A%f(%l):\ %trror\ \#%n:\ %m,
20 \%A%f(%l):\ %tarning\ \#%n:\ %m,
21 \%-Z%p^,
22 \%-G%.%#