Skip to content

Commit 3b134f3

Browse files
committed
Fix comment.
1 parent 997bede commit 3b134f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/indent_guides.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ endfunction
237237
" Captures and returns the output of highlight group definitions.
238238
"
239239
" Example: indent_guides#capture_highlight('normal')
240-
" Returns: 'Normal xxx guifg=#323232 guibg=#ffffff
240+
" Returns: 'Normal xxx guifg=#323232 guibg=#ffffff'
241241
"
242242
function! indent_guides#capture_highlight(group_name)
243243
redir => l:output

0 commit comments

Comments
 (0)