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:
parent
5ed892fe7f
commit
bcb92d75df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user