Skip to main content
Module

x/dpp_vim/deps.ts>op.tagstack

Dark powered plugin manager for Vim/neovim
Latest
variable op.tagstack
import { op } from "https://deno.land/x/dpp_vim@v0.2.0/deps.ts";
const { tagstack } = op;

When on, the tagstack is used normally. When off, a ":tag" or ":tselect" command with an argument will not push the tag onto the tagstack. A following ":tag" without an argument, a ":pop" command or any other command that uses the tagstack will use the unmodified tagstack, but does change the pointer to the active entry. Resetting this option is useful when using a ":tag" command in a mapping which should not change the tagstack.

(default on)

type

GlobalOption<boolean>