Re: Patch 7.3.633

2012-08-21 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: > Bram Moolenaar wrote: > > Patch 7.3.633 > > Problem:Selection remains displayed as selected after selecting another > > text. > > Solution: Call xterm_update() before select(). (Andrew Pimlott) > > Files: src/os_u

Re: Patch 7.3.633

2012-08-20 Fir de Conversatie Bee
On Aug 20, 6:21 pm, Charles E Campbell Jr wrote: > Bram Moolenaar wrote: > > Patch 7.3.633 > > Problem:    Selection remains displayed as selected after selecting another > >        text. > > Solution:   Call xterm_update() before select(). (Andrew Pimlott) >

Re: Patch 7.3.633

2012-08-20 Fir de Conversatie Charles E Campbell Jr
Bram Moolenaar wrote: Patch 7.3.633 Problem:Selection remains displayed as selected after selecting another text. Solution: Call xterm_update() before select(). (Andrew Pimlott) Files: src/os_unix.c Hello! Patch #633 appears to be missing from ftp://ftp.home.vim.org

Patch 7.3.633

2012-08-15 Fir de Conversatie Bram Moolenaar
Patch 7.3.633 Problem:Selection remains displayed as selected after selecting another text. Solution: Call xterm_update() before select(). (Andrew Pimlott) Files: src/os_unix.c *** ../vim-7.3.632/src/os_unix.c2012-08-15 16:20:59.0 +0200 --- src/os_unix.c