annotate runtime/compiler/fpc.vim @ 13888:81e8e6181aeb v8.0.1815

patch 8.0.1815: crash with terminal window and with 'lazyredraw' set commit https://github.com/vim/vim/commit/0cb8ac71ae42f66d525ad855db01361ca38d935a Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 11 22:01:51 2018 +0200 patch 8.0.1815: crash with terminal window and with 'lazyredraw' set Problem: Still a crash with terminal window and with 'lazyredraw' set. (Antoine) Solution: Do not wipe out the buffer when updating the screen.
author Christian Brabandt <cb@256bit.org>
date Fri, 11 May 2018 22:15:06 +0200
parents 862863033fdd
children 11b656e74444
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
557
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
1 " Vim compiler file
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
2 " Compiler: FPC 2.1
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
3 " Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl>
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
4 " Last Change: 2005 October 07
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
5
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
6 if exists("current_compiler")
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
7 finish
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
8 endif
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
9 let current_compiler = "fpc"
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
10
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
12 command -nargs=* CompilerSet setlocal <args>
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
13 endif
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
14
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
15 " NOTE: compiler must be runned with -vb to write whole source path, not only file
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
16 " name.
862863033fdd updated for version 7.0158
vimboss
parents:
diff changeset
17 CompilerSet errorformat=%f(%l\\,%c)\ %m