程序片.vim
Vim 插件,使用对Python 程序进行切片。
安装
首先获取程序切片。 目前它在 pypi 上不可用,所以 github 是你最好的选择:
$ pip install https://github.com/romanofski/programslice/archive/master.zip
最好通过 Vundle 安装 vim 插件:
" Installation via Vundle
Plugin ' romanofski/programslice.vim '
配置
您可以设置以下变量:
" Tell the plugin where to find the command if it's not easily reachable
" from you PATH
let g: programslice_cmd = " /home/user/program
1