Hi, did anyone make a good set of scripts for editing Python in Vim? I
know there is one on vim.org but it isn't very advanced. thx..
>
What functionality are you looking for?
For example, to auto-fold all function bodies while leaving the
function names visible. To indent after ':' but only when it's at the
end of line. Also to auto-close braces like [], (), {}, autoclose
quotes. Complete all standard lib module functions, and imported
functions. I don't exactly remember how much of this was done by the
script that is posted on vim.org.. I recall it was missing some things
and some others it had didn't work exactly right at all times.. But
that was a while ago.
As for the other things, I haven't monkeyed with them, but if you
drop by the vim mailing list, there are other smart cookies there
that can help you out. I've heard of such abilities...jus t
haven't played with them.
On Nov 21, 11:48 am, "Danny Colligan" <dannycolli...@ gmail.comwrote:
Rainy wrote:
Hi, did anyone make a good set of scripts for editing Python in Vim? I
know there is one on vim.org but it isn't very advanced. thx..Here's what google has to say about it:http://www.google.com/search?hl=en&q...3Ahttp%3A%2F%2...
>
Danny
Almost forgot... if you do some searching around on comp.editors for
vim and python:
On Nov 21, 11:48 am, "Danny Colligan" <dannycolli...@ gmail.comwrote:
Rainy wrote:
Hi, did anyone make a good set of scripts for editing Python in Vim? I
know there is one on vim.org but it isn't very advanced. thx..Here's what google has to say about it:http://www.google.com/search?hl=en&q...3Ahttp%3A%2F%2...
Danny
>
Almost forgot... if you do some searching around on comp.editors for
vim and python:
>
Comment