0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Fixes for time in clipboard request. Also fix ownership. (David Fries)

This commit is contained in:
Bram Moolenaar
2010-06-22 06:07:12 +02:00
parent 370df58df9
commit 7cfea75ed6
5 changed files with 91 additions and 20 deletions

View File

@@ -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;