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

x/denops_std/option/mod.ts>commentstring

📚 Standard module for denops.vim
Latest
variable commentstring
import { commentstring } from "https://deno.land/x/denops_std@v6.5.0/option/mod.ts";

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>