comparison src/version.c @ 18384:63dd78ea6610 v8.1.2186

patch 8.1.2186: error for bad regexp even though regexp is not used Commit: https://github.com/vim/vim/commit/7eed964b4196b0bfc6cf09dc449f0b9650b2d31e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 20:57:28 2019 +0200 patch 8.1.2186: error for bad regexp even though regexp is not used Problem: Error for bad regexp even though regexp is not used, when writing a file. (Arseny Nasokin) Solution: Ignore regexp errors. (closes #5059)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 21:00:03 +0200
parents 3fd7d544eedb
children 105c6cf8b266
comparison
equal deleted inserted replaced
18383:5b2587ee4f23 18384:63dd78ea6610
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2186,
744 /**/ 746 /**/
745 2185, 747 2185,
746 /**/ 748 /**/
747 2184, 749 2184,
748 /**/ 750 /**/