Skip to main content
Module

x/ddc_vim/deps.ts>op.aleph

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.aleph
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { aleph } = op;

The ASCII code for the first letter of the Hebrew alphabet. The routine that maps the keyboard in Hebrew mode, both in Insert mode (when hkmap is set) and on the command-line (when hitting CTRL-_) outputs the Hebrew characters in the range [aleph..aleph+26]. aleph=128 applies to PC code, and aleph=224 applies to ISO 8859-8. See rileft.txt.

(default 128 for MS-Windows, 224 otherwise)

only available when compiled with the +rightleft feature

type

GlobalOption<number>