diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-30 17:21:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-30 17:21:58 +0200 |
commit | 4e067c898ef1f4a34cd70ddf3de3a1e60ac23c84 (patch) | |
tree | 369d10f3185037c11dd64d8c20292376197fe8d4 /src/globals.h | |
parent | b81c85d8f35850ee8f377a2672c506131549f53c (diff) | |
download | vim-4e067c898ef1f4a34cd70ddf3de3a1e60ac23c84.zip |
updated for version 7.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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.h b/src/globals.h index b3310b368..77528c7b5 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 */ |