Skip to main content
Module

x/ddc_vim/deps.ts>op.commentstring

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

A template for a comment. The "%s" in the value is replaced with the comment text. Currently only used to add markers for folding, see fold-marker.

(default "/%s /")

not available when compiled without the +folding feature

type

LocalOption<string>