From 3b134f394d105f9b48561ede3bc8ec630ff2c85a Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Wed, 6 Mar 2013 22:03:16 +1000 Subject: [PATCH] Fix comment. --- autoload/indent_guides.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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