1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00

Use cc instead of cnext (#4416)

This commit is contained in:
Wang Shidong 2021-08-21 14:27:04 +08:00 committed by GitHub
parent 5ed892fe7f
commit bcb92d75df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ function! s:ExecLoad(option, long_option, pattern) abort
" If there is only one item, jump to the position.
if len(getqflist()) ==# 1
cnext
silent cc
endif
endfunction