Lukas Ruf wrote:
for the 6-series of Vim, I have been using a bunch of functions that
greatly simplified my daily work.
Unfortunately, they seem not to be available in my (Debian unstable)
Vim 7 installation.
Are you really talking about functions, or are you talking about
commands/maps/etc? Would
you please give an example. You weren't saving plugins and whatnot in
the system directories,
I hope. Such things should go in $HOME/.vim/ .
My questions:
- can I list all functions that are currently available in an overview
manner?
:fun
- has there anything changed significantly re. the function handling
between 6 and 7?
Yes, but its a superset -- ie. vim v6 can't handle functions destined
for vim 7.0's autoload'ing, but
vim 7.0 can handle anything vim v6 could.
Regards,
Chip Campbell