ivalkeen/vim-ctrlp-tjump

let g:ctrlp_tjump_only_silent = 0

Konfekt opened this issue · 0 comments

Supposedly

" Skip selection window if only one match found
let g:ctrlp_tjump_only_silent = 0

should be moved from the autoload to the plugin folder to avoid the value set in .vimrc being overwritten.