Lines Matching refs:command
4 command -nargs=1 MissingFeature throw 'Skipped: ' .. <args> .. ' feature missing'
7 command -nargs=1 CheckFeature call CheckFeature(<f-args>)
18 command -nargs=1 CheckNotFeature call CheckNotFeature(<f-args>)
29 command -nargs=1 CheckOption call CheckOption(<f-args>)
40 command -nargs=1 CheckFunction call CheckFunction(<f-args>)
50 " Command to check for the presence of an Ex command
51 command -nargs=1 CheckCommand call CheckCommand(<f-args>)
54 throw 'Skipped: ' .. a:name .. ' command not supported'
58 " Command to check for the presence of a shell command
59 command -nargs=1 CheckExecutable call CheckExecutable(<f-args>)
70 throw 'Skipped: python command not available'
75 command CheckMSWindows call CheckMSWindows()
83 command CheckNotMSWindows call CheckNotMSWindows()
91 command CheckUnix call CheckUnix()
99 command CheckLinux call CheckLinux()
107 command CheckNotBSD call CheckNotBSD()
116 command CheckScreendump call CheckScreendump()
124 command CheckRunVimInTerminal call CheckRunVimInTerminal()
132 command CheckCanRunGui call CheckCanRunGui()
140 command -nargs=1 CheckEnv call CheckEnv(<f-args>)
148 command CheckGui call CheckGui()
156 command CheckNotGui call CheckNotGui()
164 command CheckNotRoot call CheckNotRoot()
172 command CheckEnglish call CheckEnglish()
180 command CheckIPv6 call CheckIPv6()
213 command CheckNotAsan call CheckNotAsan()
221 command CheckX11BasedGui call CheckX11BasedGui()
230 command -nargs=+ CheckAnyOf call CheckAnyOf(<f-args>)
246 command -nargs=+ CheckAllOf call CheckAllOf(<f-args>)