On Sat, Sep 30, 2006 at 11:11:02PM +0800, Eddy Zhao wrote:
> Hello all,
> 
> I find a behaviour difference between windows gvim & linux gvim.
> For text like below
> 
> line 1
> line 2
> line 3
> 
> Following the sequence below
> - move focus to first line first character
> - v
> - j
> - j
> - x
> 
> On windows gvim, text remained is "line 3"
> On linux gvim, text remained is "ine 3"
> 
> How to make linux gvim behave like windows vim ("l" not cutted)?
> 
> Thanks
> Eddy

Take a look at your 'selection', it should be 'exclusive' on your
windows platform.

For more info:

:h :behave
:h 'selection'

-- 
Dasn

Reply via email to