Mercurial > vim
view runtime/compiler/mips_c.vim @ 2122:476336a5ae95 v7.2.404
updated for version 7.2.404
Problem: Pointers for composing characters are not properly initialized.
Solution: Compute the size of the pointer, not what it points to. (Yukihiro
Nakadaira)
author | Bram Moolenaar <bram@zimbu.org> |
---|---|
date | Tue, 23 Mar 2010 13:56:59 +0100 |
parents | 3fc0f57ecb91 |
children | d1e4abe8342c |
line wrap: on
line source
" Vim compiler file " Compiler: SGI IRIX 6.5 MIPS C (cc) " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2004 Mar 27 if exists("current_compiler") finish endif let current_compiler = "mips_c" if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif CompilerSet errorformat=%Ecc\-%n\ %.%#:\ ERROR\ File\ =\ %f\%\\,\ Line\ =\ %l, \%Wcc\-%n\ %.%#:\ WARNING\ File\ =\ %f\%\\,\ Line\ =\ %l, \%Icc\-%n\ %.%#:\ REMARK\ File\ =\ %f\%\\,\ Line\ =\ %l, \%+C\ \ %m., \%-Z\ \ %p^, \%-G\\s%#, \%-G%.%#