diff options
Diffstat (limited to 'data/vim/patches/8.1.0561')
-rw-r--r-- | data/vim/patches/8.1.0561 | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/data/vim/patches/8.1.0561 b/data/vim/patches/8.1.0561 deleted file mode 100644 index 16986c888..000000000 --- a/data/vim/patches/8.1.0561 +++ /dev/null @@ -1,52 +0,0 @@ -To: vim_dev@googlegroups.com -Subject: Patch 8.1.0561 -Fcc: outbox -From: Bram Moolenaar <Bram@moolenaar.net> -Mime-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit ------------- - -Patch 8.1.0561 -Problem: MSCV error format has changed. -Solution: Make the space between the line number and colon optional. -Files: src/option.h - - -*** ../vim-8.1.0560/src/option.h 2018-06-23 19:22:45.614486258 +0200 ---- src/option.h 2018-12-03 20:41:34.902380574 +0100 -*************** -*** 19,25 **** - # 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" - # else - # if defined(__QNX__) - # define DFLT_EFM "%f(%l):%*[^WE]%t%*\\D%n:%m,%f|%l| %m" ---- 19,25 ---- - # 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" - # else - # if defined(__QNX__) - # define DFLT_EFM "%f(%l):%*[^WE]%t%*\\D%n:%m,%f|%l| %m" -*** ../vim-8.1.0560/src/version.c 2018-12-02 18:21:46.035419603 +0100 ---- src/version.c 2018-12-03 20:42:32.598028458 +0100 -*************** -*** 794,795 **** ---- 794,797 ---- - { /* Add new patch number below this line */ -+ /**/ -+ 561, - /**/ - --- -System administrators are just like women: You can't live with them and you -can't live without them. - - /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ -/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ -\\\ an exciting new programming language -- http://www.Zimbu.org /// - \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |