Skip to main content
Module

x/ddc_vim/deps.ts>op.joinspaces

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

Insert two spaces after a '.', '?' and '!' with a join command. When 'cpoptions' includes the 'j' flag, only do this after a '.'. Otherwise only one space is inserted. NOTE: This option is set when 'compatible' is set.

(default on)

type

GlobalOption<boolean>