Skip to main content
Module

x/ddc_vim/deps.ts>op.wrapscan

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.wrapscan
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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)

type

GlobalOption<boolean>