Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.tagstack

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.tagstack
import { op } from "https://deno.land/x/ddc_vim@v2.4.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.