aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2014-04-12 22:01:37 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-13 07:30:05 -0300
commita1dd6a6dd85931cd882f28c5ee8bc6eafe0826c8 (patch)
treed766819b64b98f44aab7648a8f769fe8eb209e4d /src/version.c
parent2e393110ad9cd058be2ef162ef9f02608dc0279e (diff)
downloadrneovim-a1dd6a6dd85931cd882f28c5ee8bc6eafe0826c8.tar.gz
rneovim-a1dd6a6dd85931cd882f28c5ee8bc6eafe0826c8.tar.bz2
rneovim-a1dd6a6dd85931cd882f28c5ee8bc6eafe0826c8.zip
vim-patch:7.4.203
Problem: Parsing 'errorformat' is not correct. Solution: Reset "multiignore" at the start of a multi-line message. (Lcd) https://code.google.com/p/vim/source/detail?r=fb24b025c7cf07db79a559a3091db42e02c1af86
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3016b224cf..9de20667dd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -202,6 +202,10 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
+ 203,
+ //202,
+ //201,
+ //200,
199,
//198,
//197,