Skip to main content
Module

x/denops_std/helper/expr_string.ts

📚 Standard module for denops.vim
Go to Latest
import * as denopsStd from "https://deno.land/x/denops_std@v6.3.0/helper/expr_string.ts";

Functions

Tagged template function that marks a string as Vim's string constant format. Returns a String wrapper object instead of a primitive string.

Returns true if the value is a string marked as Vim's string constant format.

Call the denops function using Vim's string constant format.

Type Aliases

String that marked as Vim's string constant format.