import { op } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { completeslash } = op;
When this option is set it overrules 'shellslash' for completion:
- When this option is set to "slash", a forward slash is used for path completion in insert mode. This is useful when editing HTML tag, or Makefile with 'noshellslash' on MS-Windows.
- When this option is set to "backslash", backslash is used. This is useful when editing a batch file with 'shellslash' set on MS-Windows.
- When this option is empty, same character is used as for 'shellslash'. For Insert mode completion the buffer-local value is used. For command line completion the global value is used.
(default: "")
only for MS-Windows