import { op } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { wrapscan } = op;
Searches wrap around the end of the file. Also applies to ]s
and
[s
, searching for spelling mistakes.
(default on)
import { op } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { wrapscan } = op;
Searches wrap around the end of the file. Also applies to ]s
and
[s
, searching for spelling mistakes.
(default on)