| /vim-8.2.3635/runtime/compiler/ |
| H A D | jsonlint.vim | 18 " CompilerSet makeprg=npx\ jsonlint\ --compact\ --quiet 20 CompilerSet makeprg=jsonlint\ --compact\ --quiet
|
| H A D | tidy.vim | 18 CompilerSet makeprg=tidy\ -quiet\ -errors\ --gnu-emacs\ yes
|
| /vim-8.2.3635/src/ |
| H A D | blob.c | 363 check_blob_index(long bloblen, varnumber_T n1, int quiet) in check_blob_index() argument 367 if (!quiet) in check_blob_index() 378 check_blob_range(long bloblen, varnumber_T n1, varnumber_T n2, int quiet) in check_blob_range() argument 382 if (!quiet) in check_blob_range()
|
| H A D | eval.c | 895 if (tp == p + 1 && !quiet) in get_lval() 928 if (v == NULL && !quiet) in get_lval() 938 if (!quiet) in get_lval() 952 if (!quiet) in get_lval() 960 if (!quiet) in get_lval() 974 if (!quiet) in get_lval() 999 if (!quiet) in get_lval() 1030 if (!quiet) in get_lval() 1041 if (!quiet) in get_lval() 1073 if (!quiet) in get_lval() [all …]
|
| H A D | list.c | 770 check_range_index_one(list_T *l, long *n1, int quiet) in check_range_index_one() argument 784 if (!quiet) in check_range_index_one() 804 int quiet) in check_range_index_two() argument 812 if (!quiet) in check_range_index_two() 824 if (!quiet) in check_range_index_two()
|
| /vim-8.2.3635/src/proto/ |
| H A D | blob.pro | 18 int check_blob_index(long bloblen, varnumber_T n1, int quiet); 19 int check_blob_range(long bloblen, varnumber_T n1, varnumber_T n2, int quiet);
|
| H A D | list.pro | 33 listitem_T *check_range_index_one(list_T *l, long *n1, int quiet); 34 int check_range_index_two(list_T *l, long *n1, listitem_T *li1, long *n2, int quiet);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mplayerconf.vim | 36 \ quiet really-quiet shuffle skin slave
|
| H A D | dnsmasq.vim | 188 syn match DnsmasqKeyword "^\s*quiet-ra\>" 189 syn match DnsmasqKeyword "^\s*quiet-dhcp\>" 190 syn match DnsmasqKeyword "^\s*quiet-dhcp6\>"
|
| H A D | dtrace.vim | 74 " No type: defaultargs destructive flowindent grabanon quiet rawbytes 75 syn match dtraceOption contained "\%(defaultargs\|destructive\|flowindent\|grabanon\|quiet\|rawbyte…
|
| H A D | wget.vim | 125 \ "quiet",
|
| H A D | gpg.vim | 84 \ pgp6 pgp7 preserve-permissions quiet rfc1991
|
| H A D | vhdl.vim | 109 syn match vhdlAttribute "\'quiet"
|
| H A D | tidy.vim | 157 \ punctuation-wrap quiet quote-ampersand quote-marks quote-nbsp raw
|
| H A D | splint.vim | 145 syn keyword splintFlag contained quiet readonlystrings readonlytrans realcompare redecl
|
| H A D | sqr.vim | 140 syn keyword sqrParam printer-type quiet record reset-string
|
| H A D | fstab.vim | 136 syn keyword fsOptionsKeywords contained quiet sys_immutable showexec dots nodots
|
| H A D | aptconf.vim | 46 \ quiet rpm synaptic unattended-upgrade whatmaps
|
| H A D | gnuplot.vim | 265 syn keyword gnuplotKeyword fit logfile default quiet noquiet results brief
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_tcl.vim | 161 " With the -quiet option, the error should silently be ignored. 162 call assert_equal('', TclEval('::vim::command -quiet xyz')) 165 \ 'wrong # args: should be "::vim::command ?-quiet? exCommand"') 170 " With the -quiet option, the error should silently be ignored. 171 call assert_equal('', TclEval('::vim::command -quiet xyz')) 323 tcl $w1 command -quiet xyz
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_tcl.txt | 90 ::vim::command [-quiet] {cmd} # Execute an Ex command. 122 ::vim::command -quiet {cmd} 127 The "-quiet" flag suppresses any error messages from vim. 288 $win command [-quiet] {cmd} *tcl-window-command* 413 $buf command [-quiet] {cmd} *tcl-buffer-command*
|
| H A D | test_urls.vim | 18 let s:command = 'wget --quiet -S --spider --max-redirect=2 --timeout=5 --tries=2 -O /dev/null '
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | Makefile | 8 LIBTOOL +=--quiet
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 233 " Add -quiet to avoid the intro message causing a hit-enter prompt. 237 …let cmd = [g:termdebugger, '-quiet', '-tty', pty, '--eval-command', 'echo startupdone\n'] + gdb_ar… 358 " Add -quiet to avoid the intro message causing a hit-enter prompt. 362 let cmd = [g:termdebugger, '-quiet', '--interpreter=mi2'] + gdb_args
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 1145 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 16373 ac_config_status_args="$ac_config_status_args --quiet"
|