import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { rightleft } = op;
When on, display orientation becomes right-to-left, i.e., characters
that are stored in the file appear from the right to the left.
Using this option, it is possible to edit files for languages that
are written from the right to the left such as Hebrew and Arabic.
This option is per window, so it is possible to edit mixed files
simultaneously, or to view the same file in both ways (this is
useful whenever you have a mixed text file with both right-to-left
and left-to-right strings so that both sets are displayed properly
in different windows). Also see rileft.txt
.
(default off)
only available when compiled with the +rightleft
feature