Lines Matching refs:prefix
228 prefixed. Using the "s:" prefix is optional. To define a global function or
229 variable the "g:" prefix must be used. For functions in an autoload script
230 the "name#" prefix is sufficient. >
239 is possible to define a global function by using the "g:" prefix.
241 When referring to a function and no "s:" or "g:" prefix is used, Vim will
250 start with an upper case letter even when using the "s:" prefix. In legacy
386 The "g:" prefix is not needed for auto-load functions.
389 Although global functions can be called without the "g:" prefix, they must
390 exist when compiled. By adding the "g:" prefix the function can be defined
590 those cases there is no need to prefix the line with a backslash (see
1085 variables can be accessed without the "s:" prefix. They must be defined
1088 prefix if they do not exist at the time of compiling.
1447 become script-local, even when the "s:" prefix is not given.
1491 must be exactly the same as the prefix for the function name, that is how
1548 static const prefix = 'xxx'