You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the latest version from git, with these settings:
let g:ctrlp_cmd = 'CtrlPBuffer'
let g:ctrlp_regexp = 1
let g:ctrlp_max_files=0
let g:ctrlp_use_caching = 1
in the "files" search buffer, the speed is perfectly fine until i make a typo and there are no matches. at this point, typing backspace to correct the typo takes ages. about one backspace per second.
once i've deleted enough characters to once again have at least one match, it's suddenly fast again.
The text was updated successfully, but these errors were encountered:
using the latest version from git, with these settings:
let g:ctrlp_cmd = 'CtrlPBuffer'
let g:ctrlp_regexp = 1
let g:ctrlp_max_files=0
let g:ctrlp_use_caching = 1
in the "files" search buffer, the speed is perfectly fine until i make a typo and there are no matches. at this point, typing backspace to correct the typo takes ages. about one backspace per second.
once i've deleted enough characters to once again have at least one match, it's suddenly fast again.
The text was updated successfully, but these errors were encountered: