import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { termbidi } = op;
The terminal is in charge of Bi-directionality of text (as specified
by Unicode). The terminal is also expected to do the required shaping
that some languages (such as Arabic) require.
Setting this option implies that 'rightleft' will not be set when
'arabic' is set and the value of 'arabicshape' will be ignored.
Note that setting 'termbidi' has the immediate effect that
'arabicshape' is ignored, but 'rightleft' isn't changed automatically.
This option is reset when the GUI is started.
For further details see arabic.txt
.
(default off, on for "mlterm")
only available when compiled with the +arabic
feature