diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-22 23:03:44 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-22 23:03:44 +0000 |
commit | 6bb683663ad7ae9c303284c335a731a13233c6c2 (patch) | |
tree | ae1a51eb5403b7182a3bdd4d16c86b4bc1705a7a /src/globals.h | |
parent | fc73515f7ba66b47705265bb8d01c6bec5df09c4 (diff) | |
download | vim-git-6bb683663ad7ae9c303284c335a731a13233c6c2.tar.gz |
updated for version 7.0063
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 1253f35d1..af4eed0f3 100644 --- a/src/globals.h +++ b/src/globals.h @@ -362,7 +362,7 @@ EXTERN int mouse_dragging INIT(= 0); /* extending Visual area with * When the DEC mouse has been pressed but not yet released we enable * automatic querys for the mouse position. */ -EXTERN int WantQueryMouse INIT(= 0); +EXTERN int WantQueryMouse INIT(= FALSE); # endif # ifdef FEAT_GUI |