annotate runtime/compiler/fpc.vim @ 30741:11875afe85b2 v9.0.0705

patch 9.0.0705: virtual text truncation does not take padding into account Commit: https://github.com/vim/vim/commit/13845c48d8ca96e0fa5bb237db519dd00045742f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 9 15:26:03 2022 +0100 patch 9.0.0705: virtual text truncation does not take padding into account Problem: Virtual text truncation does not take padding into account. Solution: Subtract the padding from the available space. (closes https://github.com/vim/vim/issues/11318)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Oct 2022 16:30:03 +0200
parents 11b656e74444
children e1df51f68736
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
25773
11b656e74444 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 557
diff changeset
15 " NOTE: compiler must be run with -vb to write whole source path, not only file
557
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