import { op } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { jumpoptions } = op;
List of words that change the behavior of the jumplist
.
stack Make the jumplist behave like the tagstack.
Relative location of entries in the jumplist is
preserved at the cost of discarding subsequent entries
when navigating backwards in the jumplist and then
jumping to a location. jumplist-stack
(default "")