From b0de00dfcf583bdd94284d844aac1b134d47c578 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Jun 2024 14:29:36 +0000 Subject: [PATCH] chore: auto generated vimdoc --- doc/statuscol.txt | 53 ++++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 31 deletions(-) diff --git a/doc/statuscol.txt b/doc/statuscol.txt index 4a78225..b7852df 100644 --- a/doc/statuscol.txt +++ b/doc/statuscol.txt @@ -62,17 +62,8 @@ DEFAULT OPTIONS ~ DapBreakpointRejected = builtin.toggle_breakpoint, DapBreakpoint = builtin.toggle_breakpoint, DapBreakpointCondition = builtin.toggle_breakpoint, - DiagnosticSignError = builtin.diagnostic_click, - DiagnosticSignHint = builtin.diagnostic_click, - DiagnosticSignInfo = builtin.diagnostic_click, - DiagnosticSignWarn = builtin.diagnostic_click, - GitSignsTopdelete = builtin.gitsigns_click, - GitSignsUntracked = builtin.gitsigns_click, - GitSignsAdd = builtin.gitsigns_click, - GitSignsChange = builtin.gitsigns_click, - GitSignsChangedelete = builtin.gitsigns_click, - GitSignsDelete = builtin.gitsigns_click, - gitsigns_extmark_signs_ = builtin.gitsigns_click, + ["diagnostic/signs"] = builtin.diagnostic_click, + gitsigns = builtin.gitsigns_click, }, } < @@ -91,7 +82,7 @@ can contain the following elements: condition = { true }, -- table of booleans or functions returning a boolean sign = { -- table of fields that configure a sign segment -- at least one of "name", "text", and "namespace" is required - -- legacy signs are matched against the defined sign name e.g. "DiagnosticSignError" + -- legacy signs are matched against the defined sign name e.g. "DapBreakpoint" -- extmark signs can be matched against either the namespace or the sign text itself name = { ".*" }, -- table of lua patterns to match the legacy sign name against text = { ".*" }, -- table of lua patterns to match the extmark sign text against @@ -231,25 +222,25 @@ Note that some of the default actions are for optional dependencies, and that right click requires |`'mousemodel' == "extend"`| Below follows a list of builtin click actions. **Sign/click action pair suggestions are welcome!** - Sign/Namespace Button Modifier Action - ----------------------------------- ---------- ---------- ----------------------------------- - Lnum Left Toggle DAP breakpoint - Lnum Left clickmod Toggle DAP conditional breakpoint - Lnum Middle Yank line - Lnum Right Paste line - Lnum Right x2 Delete line - FoldClose Left Open fold - FoldClose Left clickmod Open fold recursively - FoldOpen Left Close fold - FoldOpen Left clickmod Close fold recursively - FoldClose/Other Right Delete fold - FoldClose/Other Right clickmod Delete fold recursively - Fold* Middle Create fold in range(click twice) - /*diagnostic/signs Left Open diagnostic float - /*diagnostic/signs Middle Select available code action - GitSigns*/gitsigns_extmark_signs_ Left Preview hunk - GitSigns*/gitsigns_extmark_signs_ Middle Reset hunk - GitSigns*/gitsigns_extmark_signs_ Right Stage hunk + Sign/Namespace Button Modifier Action + ------------------ ---------- ---------- ----------------------------------- + Lnum Left Toggle DAP breakpoint + Lnum Left clickmod Toggle DAP conditional breakpoint + Lnum Middle Yank line + Lnum Right Paste line + Lnum Right x2 Delete line + FoldClose Left Open fold + FoldClose Left clickmod Open fold recursively + FoldOpen Left Close fold + FoldOpen Left clickmod Close fold recursively + FoldClose/Other Right Delete fold + FoldClose/Other Right clickmod Delete fold recursively + Fold* Middle Create fold in range(click twice) + diagnostic/signs Left Open diagnostic float + diagnostic/signs Middle Select available code action + gitsigns Left Preview hunk + gitsigns Middle Reset hunk + gitsigns Right Stage hunk Optional dependencies: - nvim-dap