Skip to main content
Module

x/ddc_vim/deps.ts>op.termbidi

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

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