diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-27 00:08:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-27 00:08:02 +0000 |
commit | a23ccb8ac6c470d72eb3d081625926965d3a9f52 (patch) | |
tree | 16faa02ddbe83b3b1b35cafea7ea661e748cfbcd /src/globals.h | |
parent | 1cad2925030b60643dfa9bf441da146ec6e7c014 (diff) | |
download | vim-git-a23ccb8ac6c470d72eb3d081625926965d3a9f52.tar.gz |
updated for version 7.0208
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index 8acd3696d..e77e08ffd 100644 --- a/src/globals.h +++ b/src/globals.h @@ -489,6 +489,10 @@ EXTERN VimClipboard clip_plus; /* CLIPBOARD selection in X11 */ # else # define clip_plus clip_star /* there is only one clipboard */ # endif +EXTERN int clip_unnamed INIT(= FALSE); +EXTERN int clip_autoselect INIT(= FALSE); +EXTERN int clip_autoselectml INIT(= FALSE); +EXTERN regprog_T *clip_exclude_prog INIT(= NULL); #endif /* |