Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 110) sorted by relevance

12345

/vim-8.2.3635/src/
H A Dvim9type.c1057 type_T *common; in common_type() local
1059 common_type(type1->tt_member, type2->tt_member, &common, type_gap); in common_type()
1061 *dest = get_list_type(common, type_gap); in common_type()
1063 *dest = get_dict_type(common, type_gap); in common_type()
1068 type_T *common; in common_type() local
1070 common_type(type1->tt_member, type2->tt_member, &common, type_gap); in common_type()
1077 *dest = alloc_func_type(common, argcount, type_gap); in common_type()
1090 *dest = alloc_func_type(common, -1, type_gap); in common_type()
/vim-8.2.3635/runtime/autoload/
H A Dhtmlcomplete.vim366 if has_key(elements, 'common')
367 let elements['common'] .= ' '.class
369 let elements['common'] = class
384 if has_key(elements, tag) && has_key(elements, 'common')
385 let values = split(elements[tag]." ".elements['common'])
386 elseif has_key(elements, tag) && !has_key(elements, 'common')
388 elseif !has_key(elements, tag) && has_key(elements, 'common')
389 let values = split(elements['common'])
H A DREADME.txt10 paste.vim common code for mswin.vim, menu.vim and macmap.vim
/vim-8.2.3635/runtime/syntax/
H A Ddtrace.vim10 " http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_lex.l
11 " http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_grammar.y
32 " they are common.
H A Dora.vim35 "common .ora staff
37 "common protocol parameters
64 "common values
69 "misc. common keywords
191 "common values
H A Dmsmessages.vim97 " Add some Windows datatypes that will be common in msmessages files
104 " Sync to language entries, since they should be most common
H A Dcabal.vim65 \ common
70 …e\|library\|benchmark\|test-suite\|source-repository\|flag\|custom-setup\|common\)\+\s*\%(.*$\|$\)/
H A Dtypescript.vim37 " Source the part common with typescriptreact.vim
H A Dcmusrc.vim41 syn keyword cmusrcBindContext contained common library playlist queue
218 syn keyword cmusrcSBindContext contained common library playlist queue
H A Delf.vim11 " It has nothing in common with the binary format called ELF.
H A Ddebchangelog.vim42 " Define some common expressions we can use later on
H A Dfvwm.vim22 " include the most common ones here.
25 " Syntax items common to fvwm1 and fvwm2 config files
59 " Moved from common syntax items
H A Dtypescriptreact.vim135 " Source the part common with typescriptreact.vim
H A Dprolog.vim38 " some common predicates are also highlighted as keywords
H A Dpapp.vim22 " source is basically xml, with included html (this is common) and perl bits
H A Dgitolite.vim19 " ---- common stuff
H A Dmurphi.vim94 " Double equal sign is a common error: use one equal sign for equality testing.
H A Dgdb.vim16 syn keyword gdbInfo contained address architecture args breakpoints catch common copying dcache
/vim-8.2.3635/runtime/ftplugin/
H A Dasm.vim3 " Maintainer: Colin Caine <cmcaine at the common googlemail domain>
/vim-8.2.3635/runtime/doc/
H A Dhelp.txt43 |quickref| Overview of the most common commands you will use
105 |howto.txt| how to do the most common editing tasks
204 |os_dos.txt| MS-DOS and MS-Windows common items
H A Dft_raku.txt17 While Raku does define ASCII alternatives for some common operators (see
/vim-8.2.3635/runtime/tools/
H A Defm_filter.txt10 "/tmp_mnt/cm/src/apertos/MoU/MetaCore/MetaCore/common/src/MetaCoreImp_M.cc",
H A DREADME.txt5 ccfilter*: C program to filter the output of a few compilers to a common
H A Dccfilter_README.txt4 ccfilter is a C program to filter the output of a few compilers to a common
/vim-8.2.3635/runtime/colors/
H A DREADME.txt77 common mistakes.

12345