Vim: How do I check if a function is defined?
From FVue
Contents
Problem
I've written a script used the builtin function repeat(). But the repeat() function is introduced in Vim 7.0 and not available in Vim 6.0. How do I check within my script if the repeat() function is available?
Solution
Journal
20061126
:help function-list
Advertisement