import { op } from "https://deno.land/x/ddu_vim@v1.13.0/deps.ts";
const { makeencoding } = op;
Encoding used for reading the output of external commands. When empty,
encoding is not converted.
This is used for :make
, :lmake
, :grep
, :lgrep
, :grepadd
,
:lgrepadd
, :cfile
, :cgetfile
, :caddfile
, :lfile
, :lgetfile
,
and :laddfile
.