Mercurial > vim
view runtime/compiler/fpc.vim @ 11662:6ab627207f4c v8.0.0713
patch 8.0.0713: 'termkey' option not fully implemented
commit https://github.com/vim/vim/commit/0daf843b4cad734df6be16573423206eae43028b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 15 15:16:40 2017 +0200
patch 8.0.0713: 'termkey' option not fully implemented
Problem: 'termkey' option not fully implemented.
Solution: Add initialisation.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 15 Jul 2017 15:30:03 +0200 |
parents | 862863033fdd |
children | 11b656e74444 |
line wrap: on
line source
" Vim compiler file " Compiler: FPC 2.1 " Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl> " Last Change: 2005 October 07 if exists("current_compiler") finish endif let current_compiler = "fpc" if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif " NOTE: compiler must be runned with -vb to write whole source path, not only file " name. CompilerSet errorformat=%f(%l\\,%c)\ %m