@@ -10,11 +10,11 @@ Arabic Language support (options & mappings) for Vim *Arabic*
1010
1111 *E800*
1212In order to use right-to-left and Arabic mapping support, it is
13- necessary to compile VIM with the | +arabic | feature.
13+ necessary to compile Vim with the | +arabic | feature.
1414
1515These functions have been created by Nadim Shaikli <nadim-at-arabeyes.org>
1616
17- It is best to view this file with these settings within VIM 's GUI: >
17+ It is best to view this file with these settings within Vim 's GUI: >
1818
1919 :set encoding=utf-8
2020 :set arabicshape
@@ -42,7 +42,7 @@ the user interface remains the standard Vi interface.
4242
4343Highlights
4444----------
45- o Editing left-to-right files as in the original VIM hasn't changed.
45+ o Editing left-to-right files as in the original Vim hasn't changed.
4646
4747o Viewing and editing files in right-to-left windows. File
4848 orientation is per window, so it is possible to view the same
@@ -52,7 +52,7 @@ o No special terminal with right-to-left capabilities is required.
5252 The right-to-left changes are completely hardware independent.
5353 Only Arabic fonts are necessary.
5454
55- o Compatible with the original VIM . Almost all features work in
55+ o Compatible with the original Vim . Almost all features work in
5656 right-to-left mode (there are liable to be bugs).
5757
5858o Changing keyboard mapping and reverse insert modes using a single
@@ -66,14 +66,14 @@ o While in Arabic mode, numbers are entered from left to right. Upon
6666
6767o Arabic keymapping on the command line in reverse insert mode.
6868
69- o Proper Bidirectional functionality is possible given VIM is
69+ o Proper Bidirectional functionality is possible given Vim is
7070 started within a Bidi capable terminal emulator.
7171
7272
7373Arabic Fonts *arabicfonts*
7474------------
7575
76- VIM requires monospaced fonts of which there are many out there.
76+ Vim requires monospaced fonts of which there are many out there.
7777Arabic requires ISO-8859-6 as well as Presentation Form-B fonts
7878(without Form-B, Arabic will _NOT_ be usable). It is highly
7979recommended that users search for so-called 'ISO-10646-1' fonts.
@@ -96,13 +96,13 @@ o Installation of fonts for X Window systems (Unix/Linux)
9696
9797Usage
9898-----
99- Prior to the actual usage of Arabic within VIM , a number of settings
99+ Prior to the actual usage of Arabic within Vim , a number of settings
100100need to be accounted for and invoked.
101101
102102o Setting the Arabic fonts
103103
104- + For VIM GUI set the 'guifont' to your_ARABIC_FONT. This is done
105- by entering the following command in the VIM window.
104+ + For Vim GUI set the 'guifont' to your_ARABIC_FONT. This is done
105+ by entering the following command in the Vim window.
106106>
107107 :set guifont=your_ARABIC_FONT
108108<
@@ -115,7 +115,7 @@ o Setting the Arabic fonts
115115 you can include ':set guifont=your_ARABIC_FONT' to your .vimrc
116116 file.
117117
118- + Under the X Window environment, you can also start VIM with
118+ + Under the X Window environment, you can also start Vim with
119119 '-fn your_ARABIC_FONT' option.
120120
121121o Setting the appropriate character Encoding
@@ -124,7 +124,7 @@ o Setting the appropriate character Encoding
124124>
125125 :set encoding=utf-8
126126<
127- to your .vimrc file (entering the command manually into you VIM
127+ to your .vimrc file (entering the command manually into you Vim
128128 window is highly discouraged). In short, include ':set
129129 encoding=utf-8' to your .vimrc file.
130130
@@ -137,11 +137,11 @@ o Setting the appropriate character Encoding
137137 o Enable Arabic settings [short-cut]
138138
139139 In order to simplify and streamline things, you can either invoke
140- VIM with the command-line option,
140+ Vim with the command-line option,
141141
142142 % vim -A my_utf8_arabic_file ...
143143
144- or enable 'arabic' via the following command within VIM
144+ or enable 'arabic' via the following command within Vim
145145>
146146 :set arabic
147147<
@@ -189,7 +189,7 @@ o Enable Arabic settings [short-cut]
189189>
190190 :set keymap=arabic
191191<
192- in your VIM window. You can also append the 'keymap' set command to
192+ in your Vim window. You can also append the 'keymap' set command to
193193 your .vimrc file. In other words, you can include ':set keymap=arabic'
194194 to your .vimrc file.
195195
@@ -202,7 +202,7 @@ o Enable Arabic settings [short-cut]
202202
203203 + Arabic deletion of a combined pair character
204204
205- By default VIM has the 'delcombine' option disabled. This option
205+ By default Vim has the 'delcombine' option disabled. This option
206206 allows the deletion of ALEF in a LAM_ALEF (LAA) combined character
207207 and still retain the LAM (i.e. it reverts to treating the combined
208208 character as its natural two characters form -- this also pertains
@@ -211,13 +211,13 @@ o Enable Arabic settings [short-cut]
211211>
212212 :set delcombine
213213<
214- in our VIM window. You can also append the 'delcombine' set command
214+ in our Vim window. You can also append the 'delcombine' set command
215215 to your .vimrc file. In other words, you can include ':set delcombine'
216216 to your .vimrc file.
217217
218218 + Arabic right-to-left Mode
219219
220- By default VIM starts in Left-to-right mode. 'rightleft' is the
220+ By default Vim starts in Left-to-right mode. 'rightleft' is the
221221 command that allows one to alter a window's orientation - that can
222222 be accomplished via,
223223
@@ -253,15 +253,15 @@ o Enable Arabic settings [short-cut]
253253>
254254 :set arabicshape
255255<
256- in our VIM window. You can also append the 'arabicshape' set
256+ in our Vim window. You can also append the 'arabicshape' set
257257 command to your .vimrc file. In other words, you can include
258258 ':set arabicshape' to your .vimrc file.
259259
260260
261261Keymap/Keyboard *arabickeymap*
262262---------------
263263
264- The character/letter encoding used in VIM is the standard UTF-8.
264+ The character/letter encoding used in Vim is the standard UTF-8.
265265It is widely discouraged that any other encoding be used or even
266266attempted.
267267
@@ -294,7 +294,7 @@ o Keyboard
294294Restrictions
295295------------
296296
297- o VIM in its GUI form does not currently support Bi-directionality
297+ o Vim in its GUI form does not currently support Bi-directionality
298298 (i.e. the ability to see both Arabic and Latin intermixed within
299299 the same line).
300300
0 commit comments