Skip to content

Commit

Permalink
chore(doc): escape coc_status
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Aug 31, 2023
1 parent 1d36382 commit 29065d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/coc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,11 @@ g:coc_status *g:coc_status*
Status string contributed by coc.nvim and extensions, used for status
line.

You may need to escape `%` for your status line plugin.
VimL: `substitute(g:coc_status, '%', '%%', 'g')`
Lua: `string.gsub(vim.g.coc_status, "%%", "%%%%")`


g:coc_last_float_win *g:coc_last_float_win*

Window id of latest created float/popup window.
Expand Down

0 comments on commit 29065d9

Please sign in to comment.