python 查看谁调用了某个函数的vim设置

只需要在vim的配置文件中设置:

nmap <F4> :lv /<c-r>=expand("<cword>")<cr>/ **/*.py<cr>:lw<cr>

相关推荐