Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/vim-8.2.3635/runtime/indent/
H A Dlogtalk.vim39 " Check for entity opening directive on previous line
42 " Check for clause head on previous line
45 " Check for grammar rule head on previous line
48 " Check for entity closing directive on previous line
51 " Check for end of clause on previous line
55 " Check for opening conditional on previous line
59 " Check for closing an unclosed paren, or middle ; or ->
H A Dprolog.vim52 " Check for clause head on previous line
55 " Check for end of clause on previous line
59 " Check for opening conditional on previous line
63 " Check for closing an unclosed paren, or middle ; or ->
H A Ddtd.vim103 " Check for element name. If none exists, indent one level.
109 " Check for token following element name. This can be a specification of
170 " Check for element name. If none exists, indent one level.
176 " Check for any number of attributes.
178 " Check for attribute name. If none exists, indent one level, unless the
191 " Check for attribute value declaration. If none exists, indent two
233 " Check for entity name. If none exists, indent one level. Otherwise, if
287 " Check for notation name. If none exists, indent one level.
H A Dsql.vim23 " Check for overrides. Buffer variables have the highest priority.
25 " Check the runtimepath to see if the file exists
H A Dtypescript.vim76 " Check if the character at lnum:col is inside a string, comment, or is ascii.
81 " Check if the character at lnum:col is inside a string.
86 " Check if the character at lnum:col is inside a multi-line comment.
91 " Check if the character at lnum:col is a line comment.
206 " Check if line 'lnum' has more opening brackets than closing ones.
361 " Check for multiple var assignments
/vim-8.2.3635/src/testdir/
H A Dtest27.in32 :" --- Check that editing a latin-1 file doesn't see a BOM
42 :" --- Check utf-8
52 :" --- Check utf-8 with an error (will fall back to latin-1)
62 :" --- Check ucs-2
72 :" --- Check ucs-2le
82 :" --- Check ucs-4
92 :" --- Check ucs-4le
102 :" --- Check the files written with BOM
H A Dtest_conceal.vim27 " Check that cursor line is concealed
31 " Check that with concealed text vertical cursor movement is correct.
35 " Check that with cursor line is not concealed
40 " Check that with cursor line is not concealed when moving cursor down
44 " Check that with cursor line is not concealed when switching windows
48 " Check that with cursor line is only concealed in Normal mode
59 " Check that with cursor line is only concealed in Insert mode
72 " Check that with cursor line is only concealed in Command mode
83 " Check that with cursor line is only concealed in Visual mode
94 " Check moving the cursor while in insert mode.
[all …]
H A Dtest_match.vim12 " --- Check that "matcharg()" returns the correct group and pattern if a match
21 " --- Check that "matcharg()" returns an empty list if the argument is not 1,
26 " --- Check that "matcharg()" returns ['', ''] if a match is not defined.
34 " --- Check that "matchadd()" and "getmatches()" agree on added matches and
44 " --- Check that "matchdelete()" deletes the matches defined in the previous
51 " --- Check that "matchdelete()" returns 0 if successful and otherwise -1.
56 " --- Check that "clearmatches()" clears all matches defined by ":match" and
67 " --- Check that "setmatches()" restores a list of matches saved by
82 " --- Check that "setmatches()" will not add two matches with the same ID. The
92 " --- Check that "setmatches()" returns 0 if successful and otherwise -1.
[all …]
H A Dvim9.vim6 " Check that "lines" inside a ":def" function has no error.
22 " Check that "lines" inside ":def" results in an "error" message.
40 " Check that "lines" inside ":def" results in an "error" message when executed.
103 " Check that a command fails with the same error when used in a :def function
120 " Check that a command fails with the same error when executed in a :def
138 " Check that "lines" inside a legacy function has no error.
154 " Check that "lines" inside a legacy function results in the expected error
H A Dtest_utf8_comparisons.vim34 func Check(a, b, result) function
40 call Check(a:a, a:b, -1)
44 call Check(a:a, a:b, 1)
48 call Check(a:a, a:b, 0)
H A Dtest_man.vim92 " Check that we do not alter the settings in the initial window.
117 " Check that the unnamed register is not overwritten.
135 " Check that underlying shell command arguments are escaped.
H A Dtest_vartabs.vim106 " Check that global and local values are set.
119 " Check that local values only are set.
132 " Check that global values only are set.
232 " Check that global and local values are set.
245 " Check that local values only are set.
258 " Check that global values only are set.
322 " Check without any change.
H A Dtest_perl.vim218 " Check deleting lines does not trigger ml_get error.
224 " Check a Perl expression which gives an error.
231 " Check switching to another buffer does not trigger ml_get error.
312 " Check that setting the cursor position works.
319 " Check that movement after setting cursor position keeps current column.
H A Dtest_gui_init.vim34 " Check if the 'M' option is included.
42 " Check if the 'p' option is included.
H A Dtest_ruby.vim14 " Check deleting lines does not trigger ml_get error.
20 " Check switching to another buffer does not trigger ml_get error.
42 " Check :rubyfile does not SEGV with Ruby level exception but just fails
50 " Check that setting the cursor position works.
58 " Check that movement after setting cursor position keeps current column.
396 " Check return values of p method
H A Dtest_balloon.vim33 " Check that the balloon shows up after a mouse move
58 " Check that the balloon shows up after a mouse move
H A Dtest_environ.vim60 " Check that:
62 " 2. Check that fourth item (LC_NUMERIC) is properly set to "C".
H A Dcheck.vim139 " Command to Check for an environment variable
235 exe 'Check' .. substitute(arg, ':', ' ', '')
249 exe 'Check' .. substitute(arg, ':', ' ', '')
H A Dtest_writefile.vim637 " Check that editing a latin1 file doesn't see a BOM
650 " Check utf-8 BOM
664 " Check utf-8 with an error (will fall back to latin-1)
679 " Check ucs-2 BOM
694 " Check ucs-2le BOM
711 " Check ucs-4 BOM
725 " Check ucs-4le BOM
926 " Check that buffer is written before triggering QuitPre
/vim-8.2.3635/src/
H A Dgui_at_sb.c648 #define Check(field) \ in CompareEvents() macro
654 Check(xany.display); in CompareEvents()
655 Check(xany.type); in CompareEvents()
656 Check(xany.window); in CompareEvents()
661 Check(xmotion.state); in CompareEvents()
665 Check(xbutton.state); in CompareEvents()
666 Check(xbutton.button); in CompareEvents()
670 Check(xkey.state); in CompareEvents()
671 Check(xkey.keycode); in CompareEvents()
675 Check(xcrossing.mode); in CompareEvents()
[all …]
H A Dconfigure.ac24 dnl Check for extension of executables
178 dnl Check for Darwin and MacOS X
493 dnl Check user requested features.
544 dnl Check for Lua feature.
761 dnl Check for MzScheme feature.
2092 /* Check bitfields */
2098 /* Check creating a socket. */
2128 /* Check bitfields */
2134 /* Check creating a socket. */
2804 dnl Check for GTK3.
[all …]
/vim-8.2.3635/runtime/autoload/
H A Dxmlformat.vim111 " Check if given tag is XML Declaration header {{{1
127 " Check if tag is a new opening tag <tag> {{{1
132 " Check if tag is a Comment start {{{1
140 " Check if tag is a closing tag </tag> {{{1
144 " Check that the tag is actually a tag and not {{{1
149 " Check if tag is empty <tag/> {{{1
/vim-8.2.3635/src/po/
H A Dcheck.vim110 " Check that error code in msgid matches the one in msgstr.
134 " Check that the \n at the end of the msgid line is also present in the msgstr
159 " Check that the file is well formed according to msgfmts understanding
172 " Check that the plural form is properly initialized
188 " Check that 8bit encoding is used instead of 8-bit
/vim-8.2.3635/runtime/colors/tools/
H A Dcheck_colors.vim13 " 1) Check g:colors_name is existing
20 " 2) Check for some well-defined highlighting groups
124 " 3) Check, that it does not set background highlighting
140 " 4) Check, that t_Co is checked
/vim-8.2.3635/runtime/syntax/
H A Dsql.vim21 " Check for overrides. Buffer variables have the highest priority.
23 " Check the runtimepath to see if the file exists

12345678910>>...13