diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 315db95..eaac7f7 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -7553,7 +7553,7 @@ function! s:SquashArgument(...) abort if &filetype == 'fugitive' let commit = matchstr(getline('.'), '^\%(\%(\x\x\x\)\@!\l\+\s\+\)\=\zs[0-9a-f]\{4,\}\ze \|^' . s:ref_header . ': \zs\S\+') elseif has_key(s:temp_files, s:cpath(expand('%:p'))) - let commit = matchstr(getline('.'), '\S\@') + let commit = matchstr(getline('.'), '\S\@