Skip to main content
Module

x/ddc_vim/deps.ts>op.rightleft

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.rightleft
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { rightleft } = op;

{only available when compiled with the |+rightleft| feature} 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|.