summaryrefslogtreecommitdiff
path: root/data/vim/patches/8.1.1202
diff options
context:
space:
mode:
Diffstat (limited to 'data/vim/patches/8.1.1202')
-rw-r--r--data/vim/patches/8.1.120260
1 files changed, 0 insertions, 60 deletions
diff --git a/data/vim/patches/8.1.1202 b/data/vim/patches/8.1.1202
deleted file mode 100644
index 01e78877e..000000000
--- a/data/vim/patches/8.1.1202
+++ /dev/null
@@ -1,60 +0,0 @@
-To: vim_dev@googlegroups.com
-Subject: Patch 8.1.1202
-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.1202
-Problem: Always get regexp debugging logs when building with -DDEBUG.
-Solution: By default do not create regexp debugging logs. (Ken Takata)
-Files: src/regexp.c
-
-
-*** ../vim-8.1.1201/src/regexp.c 2019-03-21 21:45:30.883282076 +0100
---- src/regexp.c 2019-04-25 20:04:55.452435740 +0200
-***************
-*** 38,48 ****
- * Named character class support added by Walter Briscoe (1998 Jul 01)
- */
-
-! /* Uncomment the first if you do not want to see debugging logs or files
-! * related to regular expressions, even when compiling with -DDEBUG.
-! * Uncomment the second to get the regexp debugging. */
-! /* #undef DEBUG */
-! /* #define DEBUG */
-
- #include "vim.h"
-
---- 38,48 ----
- * Named character class support added by Walter Briscoe (1998 Jul 01)
- */
-
-! // By default: do not create debugging logs or files related to regular
-! // expressions, even when compiling with -DDEBUG.
-! // Uncomment the second line to get the regexp debugging.
-! #undef DEBUG
-! // #define DEBUG
-
- #include "vim.h"
-
-*** ../vim-8.1.1201/src/version.c 2019-04-24 23:08:20.082079954 +0200
---- src/version.c 2019-04-25 20:05:50.439610356 +0200
-***************
-*** 773,774 ****
---- 773,776 ----
- { /* Add new patch number below this line */
-+ /**/
-+ 1202,
- /**/
-
---
-'I generally avoid temptation unless I can't resist it."
- -- Mae West
-
- /// 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 ///