Skip to main content
Module

x/denops_std/option/mod.ts>commentstring

📚 Standard module for denops.vim
Go to Latest
variable commentstring
import { commentstring } from "https://deno.land/x/denops_std@v6.2.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