Home
last modified time | relevance | path

Searched refs:e_py_systemexit (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h16 static char_u e_py_systemexit[] = "E880: Can't handle SystemExit of %s exception in vim"; variable
5700 semsg(_(e_py_systemexit), "python"); in run_cmd()
5745 semsg(_(e_py_systemexit), "python"); in run_do()
5846 semsg(_(e_py_systemexit), "python"); in run_eval()