diff options
Diffstat (limited to 'runtime/compiler/bdf.vim')
-rw-r--r-- | runtime/compiler/bdf.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/compiler/bdf.vim b/runtime/compiler/bdf.vim index a30a9b690..ca3377698 100644 --- a/runtime/compiler/bdf.vim +++ b/runtime/compiler/bdf.vim @@ -1,7 +1,7 @@ " Vim compiler file " Compiler: BDF to PCF Conversion -" Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> -" Latest Revision: 2005-06-29 +" Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2006-04-19 if exists("current_compiler") finish @@ -11,9 +11,9 @@ let current_compiler = "bdf" let s:cpo_save = &cpo set cpo-=C -CompilerSet makeprg=bdftopcf\ $* +setlocal makeprg=bdftopcf\ $* -CompilerSet errorformat=%ABDF\ %trror\ on\ line\ %l:\ %m, +setlocal errorformat=%ABDF\ %trror\ on\ line\ %l:\ %m, \%-Z%p^, \%Cbdftopcf:\ bdf\ input\\,\ %f\\,\ corrupt, \%-G%.%# |