proteanthread / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Cursor does not follow text when typing in RTL (right to left) mode #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
---------------------------------
1. set rightleft
2. Enter insert mode
3. Type some text ("hello")

What is the expected output? 
-------------------------
The cursor should be in the right side of the screen, following the new text 
being typed from right to left.

What do you see instead?
---------------------
The cursor stays at the left side of the screen, and advances as though it is 
accompanies the left-to-right mirror image of the text being typed. 
When not in edit mode the cursor moves as expected over the text that was typed.

What version of the product are you using? 
------------------------------------
7.4.52

On what operating system?
-----------------------
OSX, issue reproduces both in vim and MacVim.

Attaching a screenshot of Vim after switching to rightleft and typeing "hello".
Notice that vim is in edit mode and that the cursor is in the left side of the 
screen not following the letters being typed.

Original issue reported on code.google.com by ami...@gmail.com on 1 Apr 2014 at 9:41

Attachments: