要像计算器一样使用 Vim/Python,一个选项是在 gVim 中执行以下命令:
:pyf[ile] P:\Computer Applications\Python\pi.py
我打算将所有py
文件存储在目录中P:\Computer Applications\Python\
。我可以在我的_vimrc
文件中添加一些东西,以便将来 gVim 知道我所有的 python 文件都存储在哪里,而我需要写的只是以下内容?
:pyf[ile] pi.py
要像计算器一样使用 Vim/Python,一个选项是在 gVim 中执行以下命令:
:pyf[ile] P:\Computer Applications\Python\pi.py
我打算将所有py
文件存储在目录中P:\Computer Applications\Python\
。我可以在我的_vimrc
文件中添加一些东西,以便将来 gVim 知道我所有的 python 文件都存储在哪里,而我需要写的只是以下内容?
:pyf[ile] pi.py