| /vim-8.2.3635/ |
| H A D | .gitignore | 92 # Generated by "make shadow". The directory names could be anything but we 93 # restrict them to shadow (the default) or shadow-* 94 src/shadow 95 src/shadow-*
|
| H A D | .travis.yml | 31 SHADOWOPT="-C src/shadow" SRCDIR=./src/shadow 128 make -C src shadow 214 # name: normal+shadow/clang 220 # name: normal+shadow/gcc
|
| H A D | README_VIM9.md | 167 possible, if we make local variables shadow commands. That should be OK, 168 if you shadow a command you want to use, just rename the variable.
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 36 shadow: ./src/shadow 178 - name: Set up shadow dir 179 if: matrix.shadow 181 make -C src shadow 182 echo "SRCDIR=${{ matrix.shadow }}" >> $GITHUB_ENV 183 echo "SHADOWOPT=-C ${{ matrix.shadow }}" >> $GITHUB_ENV
|
| /vim-8.2.3635/src/ |
| H A D | INSTALL | 119 a. make shadow 120 b. mv shadow machine_name 125 that "make shadow" creates won't work.]
|
| H A D | gui_motif.c | 1087 Dimension margin, shadow; in gui_mch_compute_menu_height() local 1131 XmNshadowThickness, &shadow, in gui_mch_compute_menu_height() 1144 gui.menu_height = maxy + height - 2 * shadow + 2 * margin + 4; in gui_mch_compute_menu_height() 2880 Dimension shadow; // XmNshadowThickness in gui_mch_compute_footer_height() local 2886 XmNshadowThickness, &shadow, in gui_mch_compute_footer_height() 2889 return (int) height + top + bottom + (shadow << 1); in gui_mch_compute_footer_height()
|
| H A D | Makefile | 2960 SHADOWDIR = shadow 2964 shadow: runtime pixmaps target
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 366 …shadow', 'any/etc/shadow-', 'any/etc/shadow.edit', 'any/var/backups/passwd.bak', 'any/var/backups/…
|
| H A D | test_cscope.vim | 303 " shadow directory is being used.
|
| H A D | test_python2.vim | 2422 # Running tests from a shadow directory, so move up another level 2423 # This will result in @% looking like shadow/testdir/Xfile, hence the
|
| H A D | test_python3.vim | 2609 # Running tests from a shadow directory, so move up another level 2610 # This will result in @% looking like shadow/testdir/Xfile, hence the
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …shadow box-sizing break-after break-before break-inside caption-side clear clip clip-path color co… 197 elseif prop == 'box-shadow' 261 …let values = ["blur(", "brightness(", "contrast(", "drop-shadow(", "grayscale(", "hue-rotate(", "i… 492 elseif prop == 'text-shadow' 568 …param,picture,pre,progress,q,rp,rt,rtc,ruby,s,samp,script,section,select,shadow,small,source,span,…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | elinks.vim | 89 \ field field-text meter shadow title title-bar
|
| H A D | css.vim | 134 …d matchgroup=cssFunctionName start="\<\(blur\|brightness\|contrast\|drop-shadow\|grayscale\|hue-ro… 180 syn match cssBorderProp contained "\<box-shadow\>" 320 …(\(word\|letter\)-spacing\|text\(-\(decoration\|transform\|align\|index\|shadow\)\)\=\|vertical-al…
|
| H A D | gtkrc.vim | 48 …file orientation overlay_border overlay_file overlay_stretch recolorable shadow state stretch thic…
|
| H A D | splint.vim | 149 syn keyword splintFlag contained sefparams sefuncon shadow sharedtrans shiftimplementation
|
| H A D | lisp.vim | 183 syn keyword lispFunc byte-position least-negative-short-float shadow 458 syn keyword lispKey :case-sensitive :case-inverted :shadow :import-from :intern
|
| H A D | vera.vim | 33 syn keyword veraModifier shadow soft static super this typedef unpacked var
|
| H A D | lpc.vim | 144 …et_malloc_mask set_privs set_reset set_this_player set_this_user seteuid shadow shallow_inherit_li…
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 1234 …c/passwd-,*/etc/passwd.edit,*/etc/shadow,*/etc/shadow-,*/etc/shadow.edit,*/var/backups/passwd.bak,…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim9.txt | 369 Variables, functions and function arguments cannot shadow previously defined 371 Variables may shadow Ex commands, rename the variable if needed. 1444 will shadow them.
|
| H A D | gui_x11.txt | 395 text-shadow: none;
|
| H A D | gui.txt | 783 dark grey pixels to the window shadow color. More colors might also work,
|
| H A D | version8.txt | 1432 Problem: Running tests in shadow dir doesn't work. 6413 Problem: "make shadow" was sometimes broken. 6707 Solution: Move using shadow to the normal build. 7975 Problem: Running tests in shadow directory fails. 11167 Problem: Running tests in shadow dir fails. 14448 Problem: Netbeans test fails in shadow directory. 17228 Problem: "make shadow" creates an invalid link. 28264 Problem: Building in a shadow directory fails. 32916 Problem: Build fails when using shadow directory. 33446 Solution: Link po/*.c files with "make shadow". [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | html.vim | 243 \ 'content', 'shadow', 'template'])
|