Fix comment.

This commit is contained in:
Nate Kane 2013-03-06 22:03:16 +10:00
parent 997bede1b5
commit 3b134f394d

View File

@ -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