diff --git a/autoload/indent_guides.vim b/autoload/indent_guides.vim index 6cb85a7..cbba32c 100644 --- a/autoload/indent_guides.vim +++ b/autoload/indent_guides.vim @@ -237,7 +237,7 @@ endfunction " Captures and returns the output of highlight group definitions. " " 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) redir => l:output