Improve ]]/[[ movement

This commit is contained in:
Junegunn Choi 2014-10-10 17:35:07 +09:00
parent 05008e7a82
commit 60bda7322f

View File

@ -1415,7 +1415,7 @@ function! s:preview_commit()
endfunction
function! s:section(flags)
call search('\(^- \)\@<=.', a:flags)
call search('\(^[x-] \)\@<=[^:]\+:', a:flags)
endfunction
function! s:diff()