Compile vim
من ويكي عربآيز
This Article or section might be outdated, please contribute to it and make it up-to-date, when done, please remove this note. |
Compiling VIM with Arabic Support
As of VIM 6.2 you do not need to grab patches and get involved in hair compilation processes. However, it is still not intuitive to add Arabic support to VIM.
The Process
$ configure --enable-multibyte --with-features=big $ make $ make install
That's all there is to it -- but where were you going to guess those two configure options from?