kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 677 forks source link

error when open files with code like this #800

Open dantezhu opened 3 years ago

dantezhu commented 3 years ago

image

try:
    pass
except Exception as ex: # ok
    raise e

the key code is ex: #