reckoner reckoner's Library tagged → View Popular
pyflakes.vim at master from olethanh's pyflakes-vim - GitHub
you need this to fix the bug noted.
28 Dec 09
setting up ctags -- John Anderson ( sontek )
-
python << EOF
import os
import sys
import vim
for p in sys.path:
if os.path.isdir(p):
vim.command(r"set path+=%s" % (p.replace(" ", r"\ ")))
EOF
vimpdb - Google Code
pretty basic. somewhat unstable. tried with py2.6.
-
- Tired of debugging Python using print statements?
- Don't like the cumbersome PDB (Python debugger) console?
- Prefer using Vim for coding your Python programs?
VimPdb is the solution - allows debugging Python in an IDE-fashion, right within the Vim editor.
19 Dec 09
syntax highlight :g/pattern/p in separate buffer? - vim_use | Google Groups
-
:vim /pattern/ %
:copen
:help vimgrep
:help copen
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in vim
Related Lists on Diigo
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
