Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vim

How To Set Vimrc Configuration So That It Automatically Indent With 4 Spaces Instead Of A Tab?

This is my current .vimrc: cat ~/.vimrc set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 s… Read more How To Set Vimrc Configuration So That It Automatically Indent With 4 Spaces Instead Of A Tab?

Vim Failing To Compile With Python On Os X

I've been trying to compile vim 7.3 with python 2.7 support on mac OS X 10.6. Vim itself compil… Read more Vim Failing To Compile With Python On Os X

How To Set Interpreter Of Winpython As The Vim Default Python Interpreter?

I use a Python distribution named WinPython. Now I want my vim to use the python interpreter in Win… Read more How To Set Interpreter Of Winpython As The Vim Default Python Interpreter?

Vim Cannot Save To Temporary Files Created By Python

Goal I am trying to create and edit a temporary file in vim (exactly the same behavior as a commit … Read more Vim Cannot Save To Temporary Files Created By Python

Vim-ipython Failed On Windows 7

I installed iPython by Anaconda on Windows 7. (There's no python installed previously). I can r… Read more Vim-ipython Failed On Windows 7

Importerror: No Module Named Site Vim And Enthought Canopy

I was using vim and python perfectly fine till I upgrade to Maverick. Now I have a similar issue as… Read more Importerror: No Module Named Site Vim And Enthought Canopy