Re: Bug in updating block markers ?

2006-10-07 Thread Bram Moolenaar
Hari Krishna Dara wrote: The ' and ' markers identify the start and end position of a selection block and it seems to be not updated correctly in one particular case. Say you start selection (visual mode or select mode) on one line, and use ^E or ^Y to scroll the buffer such that the current

Re: Bug in updating block markers ?

2006-10-07 Thread Hari Krishna Dara
On Sat, 7 Oct 2006 at 3:32pm, Bram Moolenaar wrote: Hari Krishna Dara wrote: The ' and ' markers identify the start and end position of a selection block and it seems to be not updated correctly in one particular case. Say you start selection (visual mode or select mode) on one line,

Re: Bug in updating block markers ?

2006-10-07 Thread Bram Moolenaar
Hari Krishna Dara wrote: The ' and ' markers identify the start and end position of a selection block and it seems to be not updated correctly in one particular case. Say you start selection (visual mode or select mode) on one line, and use ^E or ^Y to scroll the buffer such that the

Re: Bug in updating block markers ?

2006-10-07 Thread Hari Krishna Dara
On Sat, 7 Oct 2006 at 10:08pm, Bram Moolenaar wrote: exec 'normal! '.(s:IsSelectMode() ? \C-G : '').\Escgv. \ (s:IsSelectMode() ? \C-G : '') It is strange that the normal command would not recognize the Esc in select mode if I don't first switch to visual mode using