diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-22 06:07:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-22 06:07:12 +0200 |
commit | 7cfea75ed6897c81dc129490dd894b1ddeebf433 (patch) | |
tree | d81f412da1638d0f1ea7ee636fbfcfc78a5f2866 /src/os_unix.c | |
parent | 370df58df9bba97fd5dd6f00595b2f41efda8383 (diff) | |
download | vim-git-7cfea75ed6897c81dc129490dd894b1ddeebf433.tar.gz |
Fixes for time in clipboard request. Also fix ownership. (David Fries)
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 4cb1d4a7e..365e965f8 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -6466,6 +6466,7 @@ setup_term_clip() return; x11_setup_atoms(xterm_dpy); + x11_setup_selection(xterm_Shell); if (x11_display == NULL) x11_display = xterm_dpy; |