Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/
H A D.gitignore92 # 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.yml31 SHADOWOPT="-C src/shadow" SRCDIR=./src/shadow
128 make -C src shadow
214 # name: normal+shadow/clang
220 # name: normal+shadow/gcc
H A DREADME_VIM9.md167 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 Dci.yml36 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 DINSTALL119 a. make shadow
120 b. mv shadow machine_name
125 that "make shadow" creates won't work.]
H A Dgui_motif.c1087 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 DMakefile2960 SHADOWDIR = shadow
2964 shadow: runtime pixmaps target
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim366shadow', 'any/etc/shadow-', 'any/etc/shadow.edit', 'any/var/backups/passwd.bak', 'any/var/backups/
H A Dtest_cscope.vim303 " shadow directory is being used.
H A Dtest_python2.vim2422 # 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 Dtest_python3.vim2609 # 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 Dcsscomplete.vim9shadow 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 Delinks.vim89 \ field field-text meter shadow title title-bar
H A Dcss.vim134 …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 Dgtkrc.vim48 …file orientation overlay_border overlay_file overlay_stretch recolorable shadow state stretch thic…
H A Dsplint.vim149 syn keyword splintFlag contained sefparams sefuncon shadow sharedtrans shiftimplementation
H A Dlisp.vim183 syn keyword lispFunc byte-position least-negative-short-float shadow
458 syn keyword lispKey :case-sensitive :case-inverted :shadow :import-from :intern
H A Dvera.vim33 syn keyword veraModifier shadow soft static super this typedef unpacked var
H A Dlpc.vim144 …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 Dfiletype.vim1234 …c/passwd-,*/etc/passwd.edit,*/etc/shadow,*/etc/shadow-,*/etc/shadow.edit,*/var/backups/passwd.bak,…
/vim-8.2.3635/runtime/doc/
H A Dvim9.txt369 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 Dgui_x11.txt395 text-shadow: none;
H A Dgui.txt783 dark grey pixels to the window shadow color. More colors might also work,
H A Dversion8.txt1432 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 Dhtml.vim243 \ 'content', 'shadow', 'template'])

12