I just downloaded and it works great. I have one wish though. I have
syntax folding for C++ and usually have a lot of open/closed folds. But
when I write a {, all folds open. Is it possible to have the {} pair
inserted without disturbing the folds?
/ Jonas
Karl Guertin skrev:
On 3/31/07, Greg Fitzgerald <[EMAIL PROTECTED]> wrote:
Anyone know of a way to achieve bracket completion?
I've been sitting on a plugin that does this for a month or so. The
main difference between my plugin and the rest of the options here is
that I do the completion without breaking history or repeat.
Freshly uploaded to vim.org:
http://www.vim.org/scripts/script.php?script_id=1849
This plugin was pared down from a larger script that included a set of
less reusable mappings, so let me know if there's a problem.