Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.wrapscan

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

type

GlobalOption<boolean>