Lines Matching refs:possible
34 and compatibility with Vi restricts possible solutions. Execution is quite
238 In a `:def` function it is not possible to define a script-local function. It
239 is possible to define a global function by using the "g:" prefix.
468 Using `:call` is still possible, but this is discouraged.
470 A method call without `eval` is possible, so long as the start is an
608 possible just before or after the operator. For example: >
661 To make it possible for the operator at the start of the line to be
676 It is also possible to split a function header over multiple lines, in between
1069 It is possible to nest `:def` inside another `:def` or
1395 syntax if possible, but will also work on a Vim version without it.
1587 When compiling lines of Vim commands into instructions as much as possible
1765 are global. It is possible to make them script-local, but then they are not
1789 not possible to avoid name clashes in the global namespace.
1813 It would be possible to compile all the functions at the end of the script.
1834 the tool into Vim script. For that to be possible without too much