mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-11 03:13:46 -05:00
Fix comment.
This commit is contained in:
@@ -237,7 +237,7 @@ endfunction
|
|||||||
" Captures and returns the output of highlight group definitions.
|
" Captures and returns the output of highlight group definitions.
|
||||||
"
|
"
|
||||||
" Example: indent_guides#capture_highlight('normal')
|
" Example: indent_guides#capture_highlight('normal')
|
||||||
" Returns: 'Normal xxx guifg=#323232 guibg=#ffffff
|
" Returns: 'Normal xxx guifg=#323232 guibg=#ffffff'
|
||||||
"
|
"
|
||||||
function! indent_guides#capture_highlight(group_name)
|
function! indent_guides#capture_highlight(group_name)
|
||||||
redir => l:output
|
redir => l:output
|
||||||
|
|||||||
Reference in New Issue
Block a user