comparison runtime/doc/rileft.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 3fc0f57ecb91
children 6beb2c667935
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *rileft.txt* For Vim version 7.0aa. Last change: 2003 May 07 1 *rileft.txt* For Vim version 7.0aa. Last change: 2005 Apr 04
2 2
3 3
4 VIM REFERENCE MANUAL by Avner Lottem 4 VIM REFERENCE MANUAL by Avner Lottem
5 updated by Nadim Shaikli 5 updated by Nadim Shaikli
6 6
34 within the same window. Vim currently, due to simplicity, does not offer 34 within the same window. Vim currently, due to simplicity, does not offer
35 bidi and is merely opting to present a functional means to display/enter/use 35 bidi and is merely opting to present a functional means to display/enter/use
36 right-to-left languages. An older hybrid solution in which direction is 36 right-to-left languages. An older hybrid solution in which direction is
37 encoded for every character (or group of characters) are not supported either 37 encoded for every character (or group of characters) are not supported either
38 as this kind of support is out of the scope of a simple addition to an 38 as this kind of support is out of the scope of a simple addition to an
39 existing editor (and its not sanctioned by Unicode either). 39 existing editor (and it's not sanctioned by Unicode either).
40 40
41 41
42 Highlights 42 Highlights
43 ---------- 43 ----------
44 o Editing left-to-right files as in the original Vim, no change. 44 o Editing left-to-right files as in the original Vim, no change.