summaryrefslogtreecommitdiff
path: root/src/regexp.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-29 20:39:38 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-29 20:39:38 +0000
commit651fca85c71a4c5807f8f828f9ded30fbd754325 (patch)
tree8e8524432d917e2657b7717aeb40823b21b1c38c /src/regexp.c
parent0c359af5c0fd106d3f57cc0bb7cef1c89b5e1e10 (diff)
downloadvim-git-651fca85c71a4c5807f8f828f9ded30fbd754325.tar.gz
patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699
Problem: The +title feature adds a lot of #ifdef but little code. Solution: Graduate the +title feature.
Diffstat (limited to 'src/regexp.c')
-rw-r--r--src/regexp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regexp.c b/src/regexp.c
index 4b1474579..45485f401 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -2746,8 +2746,7 @@ report_re_switch(char_u *pat)
}
#endif
-#if (defined(FEAT_X11) && (defined(FEAT_TITLE) || defined(FEAT_XCLIPBOARD))) \
- || defined(PROTO)
+#if defined(FEAT_X11) || defined(PROTO)
/*
* Return whether "prog" is currently being executed.
*/