Tagged Questions
0
votes
0answers
18 views
Vimscript: Unable to run python script that imports win32 library
I am writing a vim plugin in python that fails when importing the python library "win32com.client". The following reproduces it:
myplugin.vim:
pyfile [path to python file]
python file:
import ...
1
vote
1answer
1k views
How do I install plugins in Gvim?
I want to do R scripts in Gvim. I downloaded a zip file called vim-r-plugin-0.9.6.zip
Then what?
1
vote
1answer
257 views
VIM Fuzzy Finder and l9 Errors upon startup
I am getting the following errors in a pop up window titled Message when I start gVim 7.3.
Error detected while processing function <SNR>38_initialize: line 97:
E117: Unknown functino: ...
0
votes
1answer
249 views
How do I install the LargeFile plugin for gVim?
I want to install and use the famed LargeFile plugin to help make opening large files quicker and easier. I've installed other plugins for gVim successfully, by simply placing the '.vim' file in the ...