| /vim-8.2.3635/runtime/doc/ |
| H A D | textprop.txt | 24 text property. And when inserting/deleting text inside the text property, it 41 A text property has these fields: 48 A text property normally has the name of a property type, which defines 58 included in the text property 60 included in the text property 99 Manipulating text property types: 119 remove a text property 208 id property with this ID 243 id property ID 286 Add a text property type {name}. If a property type with this [all …]
|
| H A D | popup.txt | 75 property. 79 to increase the width or use the "minwidth" property. 106 set with the "time" property on `popup_create()`. 405 (not the value of the "firstline" property) 610 text property and can be negative. 617 text property and can be negative. 803 zero-width text property 806 type name of the text property type, as added with 820 - Place a text property at the desired text: > 844 the text property: [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | xcmdsrv_client.c | 73 Window window, Atom property, char *value, int length); 108 char *property, staticSpace[STATIC_SPACE]; in sendToVim() local 171 property = staticSpace; in sendToVim() 173 property = (char *) malloc((unsigned) length); in sendToVim() 176 sprintf(property, "%c%c%c-n %s%c-s %s", in sendToVim() 183 sprintf(property + length, "%c-r %x %d", 0, (uint) commWindow, serial); in sendToVim() 184 length += strlen(property + length + 1) + 1; in sendToVim() 187 res = AppendPropCarefully(dpy, w, commProperty, property, length + 1); in sendToVim() 189 free(property); in sendToVim() 541 Atom property, /* Name of property. */ in AppendPropCarefully() argument [all …]
|
| /vim-8.2.3635/src/ |
| H A D | if_xcmdsrv.c | 379 char_u *property; in serverSendToVim() local 444 property = alloc(length + 30); in serverSendToVim() 452 sprintf((char *)property + length, "%c-r %x %d", in serverSendToVim() 455 length += STRLEN(property + length + 1) + 1; in serverSendToVim() 458 vim_free(property); in serverSendToVim() 737 char_u *property; in serverSendReply() local 752 if ((property = alloc(length + 30)) != NULL) in serverSendReply() 754 sprintf((char *)property, "%cn%c-E %s%c-n %s%c-w %x", in serverSendReply() 757 length += STRLEN(property + length); in serverSendReply() 759 vim_free(property); in serverSendReply() [all …]
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | ant.vim | 22 " two property lines in your 'build.xml': 24 " <property name = "build.compiler" value = "jikes"/> 25 " <property name = "build.compiler.emacs" value = "true"/>
|
| H A D | xbuild.vim | 19 CompilerSet makeprg=xbuild\ /nologo\ /v:q\ /property:GenerateFullPaths=true
|
| H A D | msbuild.vim | 18 CompilerSet makeprg=msbuild\ /nologo\ /v:q\ /property:GenerateFullPaths=true
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sass.vim | 20 let s:property = '^\s*:\|^\s*[[:alnum:]#{}-]\+\%(:\|\s*=\)' 31 if line !~ s:property && line !~ s:extend && cline =~ s:property
|
| H A D | systemverilog.vim | 86 " interface/covergroup/property/checkerprogram blocks 90 \ last_line =~ '^\s*\<\(property\|checker\|program\)\>' 194 \ last_line !~ '^\s*\<\(property\|checker\|program\)\>' &&
|
| H A D | vb.vim | 51 …^\s*\<\(begin\|\%(\%(private\|public\|friend\)\s\+\)\=\%(function\|sub\|property\)\|select\|case\|…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tssop.vim | 33 "syn keyword tssopProp property 44 syn match tssopProp "property " 46 syn match tssopPropName "^property \S\+" contains=tssopProp
|
| H A D | pyrex.vim | 22 syn keyword pyrexAccess public private property readonly extern
|
| H A D | jsp.vim | 39 syn keyword jspCommandArg contained id scope class type beanName page flush name value property
|
| H A D | systemverilog.vim | 34 syn keyword systemverilogStatement property endproperty
|
| H A D | psl.vim | 39 syn keyword pslOperator property prev
|
| H A D | cf.vim | 731 \ start="\v<property>" 742 \ "\v<property>"
|
| H A D | abel.vim | 20 syn keyword abelDeclaration state truth_table state_diagram property
|
| H A D | ant.vim | 73 syn keyword antElement display property propertyfile propertyref propertyset pvcs pvcsproject recor…
|
| H A D | progress.vim | 184 …essage get-next get-node get-number get-parent get-pointer-value get-prev get-printers get-property 203 syn keyword ProgressOperator list-property-names list-query-attrs list-set-attrs list-widgets liter… 229 …tup private private-d[ata] proce[dure] procedure-name progress-s[ource] property protected proxy p… 248 …set-option set-output-destination set-parameter set-pointer-val[ue] set-property set-read-response…
|
| H A D | tads.vim | 102 " identifier: class-name [, class-name [...]] [property-list] ;
|
| H A D | css.vim | 253 " Webkit specific property/attributes 351 syn match cssTransitionProp contained "\<transition\(-\(delay\|duration\|property\|timing-function\… 478 " In earlier versions of IE (6 and 7), one can prefix property names
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textprop.vim | 1 " Tests for defining text property types and adding text properties to the 1009 " zero length property 1014 " delete one char moves the property 1019 " delete char of the property has no effect 1024 " delete more chars moves property to first column, is not deleted 1213 " Adding a text property to a new buffer should not fail 1222 " Adding a text property with invalid highlight should be ignored. 1233 " Adding a text property to an empty buffer and then editing another 1308 " This was causing property corruption. 1576 " This was calling ml_append_int() and copy a text property from a previous
|
| H A D | test_popupwin_textprop.vim | 166 " test that removing the text property closes the popups
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | systemverilog.vim | 39 \ '\<property\>:\<endproperty\>,' .
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …nsform-style transition transition-delay transition-duration transition-property transition-timing… 31 " 1. if nearest are ^ or { or ; current word is property 111 " Get name of property 510 elseif prop == 'transition-property' 565 " If no property match it is possible we are outside of {} and
|