Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.arabic

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

{only available when compiled with the |+arabic| feature} This option can be set to start editing Arabic text. Setting this option will:

  • Set the 'rightleft' option, unless 'termbidi' is set.
  • Set the 'arabicshape' option, unless 'termbidi' is set.
  • Set the 'keymap' option to "arabic"; in Insert mode CTRL-^ toggles between typing English and Arabic key mapping.
  • Set the 'delcombine' option Note that 'encoding' must be "utf-8" for working with Arabic text.