summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-07-30 17:21:58 +0200
committerBram Moolenaar <Bram@vim.org>2014-07-30 17:21:58 +0200
commit4e067c898ef1f4a34cd70ddf3de3a1e60ac23c84 (patch)
tree369d10f3185037c11dd64d8c20292376197fe8d4 /src/globals.h
parentb81c85d8f35850ee8f377a2672c506131549f53c (diff)
updated for version 7.4.389v7.4.389
Problem: Still sometimes Vim enters Replace mode when starting up. Solution: Use a different solution in detecting the termresponse and location response. (Hayaki Saito)
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.h b/src/globals.h
index b3310b3680..77528c7b58 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1336,9 +1336,6 @@ EXTERN HWND clientWindow INIT(= 0);
#if defined(UNIX) || defined(VMS)
EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */
#endif
-#if defined(UNIX)
-EXTERN int xterm_conflict_mouse INIT(= FALSE);
-#endif
#ifdef BACKSLASH_IN_FILENAME
EXTERN char psepc INIT(= '\\'); /* normal path separator character */