Skip to main content
Module

x/denops_std/function/mod.ts>wincol

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

The result is a Number, which is the virtual column of the cursor in the window. This is counting screen cells from the left side of the window. The leftmost column is one.

Returns

Promise<number>