Remove incorrect comment

This commit is contained in:
haya14busa 2014-05-06 10:46:08 +09:00
parent 180cc531e4
commit 15954d07ca

View File

@ -506,9 +506,6 @@ function! s:get_escaped_group_char(dict, char) "{{{
return escape(get(a:dict, a:char, ''), '^')
endfunction "}}}
function! s:escape_regexp_char(char) "{{{
" Get escaped char from given dictionary
" return '' if char is not find
" Used inside `[]`
return escape(a:char, '.$^~\[]*')
endfunction "}}}
function! s:convertSmartcase(re, char) "{{{