Re: sending vim text through Python filter




You'll have to use :%!python sort.py to get the filter to work.

Damn. I should've thought of that. Then again, why would I when sort.py
works fine from the windows commandline.

Thanks a lot! That does the trick.

rd

.