| /vim-8.2.3635/src/testdir/ |
| H A D | test_compiler.vim | 27 call setline(1, ['#!/usr/bin/perl -w', 'use strict;', 'my $foo=1']) 32 call setline(1, ['#!/usr/bin/perl -w', 'use strict;', '$foo=1'])
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | jproperties.vim | 28 " by default. If you want strict compliance, set jproperties_strict_syntax 57 " switch between 'normal' and 'strict' syntax
|
| H A D | fstab.vim | 98 syn keyword fsOptionsExt2Check contained none normal strict 133 syn keyword fsOptionsFatCheck contained r n s relaxed normal strict 198 syn keyword fsOptionsKeywords contained unhide undelete strict novrs
|
| H A D | rcs.vim | 21 syn keyword rcsKeyword head branch access symbols locks strict
|
| H A D | tidy.vim | 25 syn keyword tidyDoctype contained html5 omit auto strict loose transitional user 159 \ skip-nested split strict-tags-attributes tidy-mark
|
| H A D | latte.vim | 52 syn keyword latteSyntax set! snoc splicing unquote strict-html4 contained
|
| H A D | dot.vim | 43 syn keyword dotKeyword graph digraph subgraph node edge strict
|
| H A D | snobol4.vim | 8 " - strict snobol4 mode (set snobol4_strict_mode to activate)
|
| H A D | samba.vim | 64 syn keyword sambaKeyword contained status strict string strip suffix support
|
| H A D | sil.vim | 69 \ strict
|
| H A D | debcontrol.vim | 94 " Fields for which we do strict syntax checking
|
| H A D | desktop.vim | 24 " By default strict following of freedesktop.org standard is enforced.
|
| H A D | dnsmasq.vim | 202 syn match DnsmasqKeyword "^\s*strict-order\>"
|
| H A D | pascal.vim | 160 syn keyword pascalAccess private public strict
|
| H A D | rexx.vim | 42 syn match rexxKeyword contained "\<use\>\s*\(strict\s*\)\?\<arg\>"
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | rhino.vim | 18 " CompilerSet makeprg=java\ -jar\ lib/rhino-X.X.XX.jar\ -w\ -strict
|
| /vim-8.2.3635/src/proto/ |
| H A D | charset.pro | 58 …rt, int *prep, int *len, int what, varnumber_T *nptr, uvarnumber_T *unptr, int maxlen, int strict);
|
| H A D | typval.pro | 51 char_u *tv_get_string_buf_chk_strict(typval_T *varp, char_u *buf, int strict);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 490 \ , "-funbox-strict-fields" 491 \ , "-fno-unbox-strict-fields" 821 \ , "-Wunbanged-strict-patterns" 822 \ , "-Wno-unbanged-strict-patterns" 883 \ , "-fdicts-strict" 884 \ , "-fno-dicts-strict" 968 \ , "-funbox-small-strict-fields" 969 \ , "-fno-unbox-small-strict-fields" 970 \ , "-funbox-strict-fields" 971 \ , "-fno-unbox-strict-fields"
|
| H A D | htmlcomplete.vim | 29 else " two-step detection with strict/frameset/transitional 664 … \ '!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">', 667 \ '!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">', 670 …ml PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 143 " default to true when not set to anything. Use strict 207 " * Tidy up so we can use strict doctype in even more situations
|
| /vim-8.2.3635/src/ |
| H A D | typval.c | 912 tv_get_string_buf_chk_strict(typval_T *varp, char_u *buf, int strict) in tv_get_string_buf_chk_strict() argument 917 if (strict) in tv_get_string_buf_chk_strict() 937 if (strict) in tv_get_string_buf_chk_strict()
|
| H A D | charset.c | 1815 int strict) // check strictly in vim_str2nr() argument 1974 if (strict && n - 1 != maxlen && ASCII_ISALNUM(*ptr)) in vim_str2nr()
|
| H A D | cindent.c | 577 int strict) // Allow relaxed check of case statement for JS in cin_iscase() argument 601 if (strict) in cin_iscase()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_46.txt | 143 Vim9 script is strict, it uses the "+" operator only for numbers and floats.
|