]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.0561: MSCV error format has changed v8.1.0561
authorBram Moolenaar <Bram@vim.org>
Mon, 3 Dec 2018 19:50:02 +0000 (20:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Dec 2018 19:50:02 +0000 (20:50 +0100)
Problem:    MSCV error format has changed.
Solution:   Make the space between the line number and colon optional.

src/option.h
src/version.c

index 5df7f21477dda034d403724e32886a12b73125a2..cb25938e7395745bff414b2ee1303b181af2d7ba 100644 (file)
@@ -19,7 +19,7 @@
 # define DFLT_EFM      "%f>%l:%c:%t:%n:%m,%f:%l: %t%*\\D%n: %m,%f %l %t%*\\D%n: %m,%*[^\"]\"%f\"%*\\D%l: %m,%f:%l:%m,%f|%l| %m"
 #else
 # if defined(WIN3264)
-#  define DFLT_EFM     "%f(%l) : %t%*\\D%n: %m,%*[^\"]\"%f\"%*\\D%l: %m,%f(%l) : %m,%*[^ ] %f %l: %m,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,%f|%l| %m"
+#  define DFLT_EFM     "%f(%l) \\=: %t%*\\D%n: %m,%*[^\"]\"%f\"%*\\D%l: %m,%f(%l) \\=: %m,%*[^ ] %f %l: %m,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,%f|%l| %m"
 # else
 #  if defined(__QNX__)
 #   define DFLT_EFM    "%f(%l):%*[^WE]%t%*\\D%n:%m,%f|%l| %m"
index 355b114808782c84f75bbd39f0372e466a0640b2..cbe4636dafea66dfd39b13b1cb7b1ff8a90c9abd 100644 (file)
@@ -792,6 +792,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    561,
 /**/
     560,
 /**/