Skip to main content
Module

x/ddu_vim/deps.ts>fn.swapname

Dark deno-powered UI framework for neovim/Vim8
Go to Latest
function fn.swapname
import { fn } from "https://deno.land/x/ddu_vim@v1.13.0/deps.ts";
const { swapname } = fn;

The result is the swap file path of the buffer {expr}. For the use of {buf}, see |bufname()| above. If buffer {buf} is the current buffer, the result is equal to |:swapname| (unless there is no swap file). If buffer {buf} has no swap file, returns an empty string. Can also be used as a |method|: GetBufname()->swapname()

Parameters

denops: Denops
buf: unknown

Returns

Promise<unknown>