Skip to main content
Module

x/denops_std/option/mod.ts>tagstack

📚 Standard module for denops.vim
Go to Latest
variable tagstack
import { tagstack } from "https://deno.land/x/denops_std@v6.4.0/option/mod.ts";

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)