| /vim-8.2.3635/runtime/doc/ |
| H A D | textprop.txt | 118 prop_remove({props} [, {lnum} [, {lnum-end}]]) 122 prop_add({lnum}, {col}, {props}) 128 {props} is a dictionary with these fields: 162 GetLnum()->prop_add(col, props) 169 {props} is a dictionary with these fields: 206 prop_find({props} [, {direction}]) 232 prop_list({lnum} [, {props}]) *prop_list()* 260 prop_remove({props} [, {lnum} [, {lnum-end}]]) 268 {props} is a dictionary with these fields: 307 GetPropName()->prop_type_add(props) [all …]
|
| H A D | popup.txt | 19 Popup text properties |popup-props| 594 props A list of text properties. Optional. 598 |popup-props|. 790 POPUP TEXT PROPERTIES *popup-props*
|
| H A D | eval.txt | 2860 prop_add({lnum}, {col}, {props}) none add one text property 2863 prop_clear({lnum} [, {lnum-end} [, {props}]]) 2865 prop_find({props} [, {direction}]) 2867 prop_list({lnum} [, {props}]) List text properties in {lnum} 2868 prop_remove({props} [, {lnum} [, {lnum-end}]]) 2871 prop_type_change({name}, {props}) 2873 prop_type_delete({name} [, {props}]) 2875 prop_type_get({name} [, {props}]) 2877 prop_type_list([{props}]) List get list of property types 2958 Number modify specific location list props [all …]
|
| H A D | tags | 8566 popup-props popup.txt /*popup-props*
|
| H A D | version8.txt | 30028 Problem: When using text props may free memory that is not allocated. 30030 Solution: Allocate the line when adjusting text props. (closes #3766) 43463 Problem: prop_find() does not find all props.
|
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 203 char_u *props = NULL; in prop_add_one() local 237 proplen = get_text_props(buf, lnum, &props, TRUE); in prop_add_one() 291 props + i * sizeof(textprop_T), in prop_add_one() 482 *props = text + textlen; in get_text_props() 494 char_u *props; in count_props() local 520 char_u *props; in find_visible_prop() local 550 set_text_props(linenr_T lnum, char_u *props, int len) in set_text_props() argument 563 mch_memmove(newtext + textlen, props, len); in set_text_props() 1511 char_u *props; in adjust_prop_columns() local 1576 char_u *props; in adjust_props_for_split() local [all …]
|
| H A D | gui_dwrite.cpp | 684 D2D1_RENDER_TARGET_PROPERTIES props = { in CreateDeviceResources() local 691 hr = mD2D1Factory->CreateDCRenderTarget(&props, &mRT); in CreateDeviceResources() 909 D2D1_BITMAP_PROPERTIES props = { in Rebind() local 916 props, &mBitmap); in Rebind()
|
| H A D | hardcopy.c | 2343 int props; in mch_print_init() local 2380 props = enc_canon_props(p_encoding); in mch_print_init() 2381 if (!(props & ENC_8BIT) && ((*p_pmcs != NUL) || !(props & ENC_UNICODE))) in mch_print_init() 2840 int props; in mch_print_begin() local 2843 props = enc_canon_props(p_encoding); in mch_print_begin() 2844 if (!(props & ENC_8BIT) in mch_print_begin()
|
| H A D | undo.c | 385 char_u *props; in has_prop_w_flags() local 387 int proplen = get_text_props(curbuf, lnum, &props, FALSE); in has_prop_w_flags() 393 mch_memmove(&prop, props + i * sizeof prop, sizeof prop); in has_prop_w_flags()
|
| H A D | memline.c | 2718 char_u *props; in add_text_props_for_append() local 2742 count = get_text_props(buf, lnum, &props, FALSE); in add_text_props_for_append() 2745 mch_memmove(&prop, props + n * sizeof(textprop_T), in add_text_props_for_append()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textprop.vim | 381 let props = Get_expected_props() 386 unlet props[2] 391 unlet props[1] 404 let props = Get_expected_props() 408 unlet props[3] 466 let props = [ 475 unlet props[1] 496 unlet props[0] 573 " move all props to next line 766 " Add short props in line 1 and 5. [all …]
|
| H A D | test_popupwin.vim | 30 \ .. "#{text: 'a comment line', props: [#{" 994 call assert_fails('call popup_create([#{text: "text", props: "none"}], {})', 'E714:') 996 call assert_fails('call popup_create([#{text: "text", props: ["none"]}], {})', 'E715:') 998 call assert_fails('call popup_create([#{text: "text", props: range(3)}], {})', 'E715:')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | typescriptcommon.vim | 48 \ contains=@props 697 syntax cluster props add=typescriptArrayMethod 762 syntax cluster props add=typescriptDateMethod 775 syntax cluster props add=typescriptRegExpProp 783 syntax cluster props add=typescriptES6MapProp 792 syntax cluster props add=typescriptES6SetProp 825 syntax cluster props add=typescriptIntlMethod 1247 syntax cluster props add=typescriptXHRProp 1251 syntax cluster props add=typescriptXHRMethod 1262 syntax cluster props add=typescriptFileMethod [all …]
|
| H A D | typescriptreact.vim | 91 " <tag key={this.props.key}> 106 " <tag key={this.props.key}> 123 " <tag key={this.props.key}>
|
| H A D | maxima.vim | 145 syn keyword maximaFunc prodhack prodrac product programmode prompt properties props
|
| /vim-8.2.3635/src/proto/ |
| H A D | textprop.pro | 6 int get_text_props(buf_T *buf, linenr_T lnum, char_u **props, int will_change);
|