Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 83) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_signs.vim579 \ 'priority' : 10},
598 \ 'priority' : 10},
600 \ 'priority' : 10},
632 \ 'priority' : 10},
841 \ 'priority' : 10},
843 \ 'priority' : 10},
845 \ 'priority' : 10},
847 \ 'priority' : 10},
849 \ 'priority' : 10},
853 \ 'priority' : 10},
[all …]
H A Dtest_match.vim39 let ans = [{'group': 'MyGroup1', 'pattern': 'TODO', 'priority': 10, 'id': 4},
40 \ {'group': 'MyGroup2', 'pattern': 'FIXME', 'priority': 42, 'id': 5},
41 \ {'group': 'MyGroup3', 'pattern': 'XXX', 'priority': 60, 'id': 17}]
68 " --- "getmatches()" without changes. (Matches with equal priority must also
86 let data = [{'group': 'MyGroup1', 'pattern': 'TODO', 'priority': 10, 'id': 1},
87 \ {'group': 'MyGroup2', 'pattern': 'FIXME', 'priority': 10, 'id': 1}]
101 call assert_equal(-1, setmatches([{'group' : 'Search', 'priority' : 10, 'id' : 5, 'pos1' : {}}]))
147 …yGroup1', 'id': 11, 'priority': 10, 'pos1': [1, 4, 2], 'pos2': [1,9, 2]}, {'group': 'MyGroup1', 'p…
240 \ {'group': 'Search', 'pattern': '4', 'priority': 10, 'id': 4},
241 \ {'group': 'Error', 'id': 5, 'priority': 10, 'pos1': [1, 2, 1], 'pos2': [2, 2, 1]},
[all …]
H A Dtest_menu.vim238 \ priority: 30, submenus: ['Qux']}
242 \ priority: 10, submenus: ['Foo', 'Bar', 'Baz']}
284 call assert_equal(#{name: 'menu', priority: 500, shortcut: '',
288 call assert_equal(#{name: 'menu!', priority: 500, shortcut: '',
292 call assert_equal(#{name: 'amenu', priority: 500, shortcut: '',
296 call assert_equal(#{name: 'nmenu', priority: 500, shortcut: '',
300 call assert_equal(#{name: 'omenu', priority: 500, shortcut: '',
304 call assert_equal(#{name: 'vmenu', priority: 500, shortcut: '',
308 call assert_equal(#{name: 'xmenu', priority: 500, shortcut: '',
312 call assert_equal(#{name: 'smenu', priority: 500, shortcut: '',
[all …]
H A Dtest_textprop.vim10 …call prop_type_add('comment', {'highlight': 'Directory', 'priority': 123, 'start_incl': 1, 'end_in…
17 call assert_equal(123, proptype['priority'])
28 call assert_equal(0, proptype['priority'])
42 …call prop_type_add('comment', #{bufnr: bufnr, highlight: 'Directory', priority: 123, start_incl: 1…
49 call assert_equal(123, proptype['priority'])
59 call assert_equal(0, proptype['priority'])
421 priority: 123,
1636 {highlight: 'ErrorMsg', end_incl: 0, start_incl: 0, priority: 0, combine: 1},
1640 {highlight: 'StatusLine', end_incl: 0, start_incl: 0, priority: 0, bufnr: bufnr, combine: 1},
H A Dtest_matchadd_conceal.vim264 …call assert_equal({'group': 'Conceal', 'pattern': '\%2l ', 'priority': 10, 'id': a[0].id, 'conceal…
294 …call assert_equal({'group': 'Conceal', 'id': a[0].id, 'priority': 10, 'pos1': [2, 2, 6], 'conceal'…
/vim-8.2.3635/runtime/doc/
H A Dsign.txt78 *sign-priority*
197 priority={prio} Assign priority {prio} to sign
202 assign a different priority value, use "priority={prio}" to
230 "priority={prio}" attribute can be used to change the priority
485 priority sign priority
488 number and priority.
557 priority priority of the sign. See
558 |sign-priority| for more information.
583 \ {'lnum' : 40, 'priority' : 90})
610 priority priority of the sign. When multiple signs are
[all …]
H A Dtextprop.txt55 "priority" when properties overlap, the one with the highest
56 priority will be used.
238 The properties are ordered by starting column and priority.
294 priority when a character has multiple text
295 properties the one with the highest priority
297 default priority is zero
H A Dgui.txt683 *menu-priority*
684 You can give a priority to a menu. Menus with a higher priority go more to
685 the right. The priority is given as a number before the ":menu" command.
698 When no or zero priority is given, 500 is used.
699 The priority for the PopUp menu is not used.
709 *sub-menu-priority*
717 priority will be put before it: >
721 The menu priority is only used when creating a new menu. When it already
722 existed, e.g., in another mode, the priority will not change. Thus, the
723 priority only needs to be given the first time a menu is used.
[all …]
H A Dtagsrch.txt72 *tag-priority*
73 When there are multiple matches for a tag, this priority is used:
83 Note that when the current file changes, the priority list is mostly not
231 See |tag-priority| for the priorities used in the
245 See |tag-priority| for the "pri" column. Note that
396 < jumps to the tag "main" that has the highest priority. >
398 < jumps to the tag that starts with "get" and has the highest priority. >
402 literal match has a higher priority. For example, ":tag /open" matches "open"
894 buf_ffname Full filename which can be used for priority.
911 Note that when 'tagfunc' is set, the priority of the tags described in
[all …]
H A Dusr_42.txt67 The number 10.340 is called the priority number. It is used by the editor to
106 When you create a submenu, you can add another ".number" to the priority.
107 Thus each name in {menu-item} has its priority number.
H A Dos_qnx.txt58 |menu-priority|
/vim-8.2.3635/src/
H A Dmatch.c90 m->priority = prio; in match_add()
204 while (cur != NULL && prio >= cur->priority) in match_add()
736 || cur->priority > SEARCH_HL_PRIORITY)) in update_search_hl()
827 cur->priority > SEARCH_HL_PRIORITY)) in update_search_hl()
906 && cur->priority > SEARCH_HL_PRIORITY) in get_search_match_hl()
1028 dict_add_number(dict, "priority", (long)cur->priority); in f_getmatches()
1107 int priority; in f_setmatches() local
1139 priority = (int)dict_get_number(d, (char_u *)"priority"); in f_setmatches()
1148 priority, id, NULL, conceal); in f_setmatches()
1152 match_add(win, group, NULL, priority, id, s, conceal); in f_setmatches()
H A Dmenu.c560 if (menu->priority <= pri_tab[pri_idx]) in add_menu_path()
607 menu->priority = pri_tab[pri_idx]; in add_menu_path()
1183 if (menu->priority) in show_menus_recursive()
1185 msg_outnum((long)menu->priority); in show_menus_recursive()
2864 status = dict_add_number(dict, "priority", menu->priority); in menuitem_getinfo()
H A Dgui_photon.c2465 gui_ph_position_menu(PtWidget_t *widget, int priority) in gui_ph_position_menu() argument
2480 priority < menu->priority && in gui_ph_position_menu()
2552 gui_ph_position_menu(menu->id, menu->priority); in gui_mch_add_menu()
2664 gui_ph_position_menu(menu->id, menu->priority); in gui_mch_add_menu_item()
/vim-8.2.3635/runtime/syntax/
H A Ddesc.vim40 " priority tag
73 " priority tag colors
H A Dsql.vim21 " Check for overrides. Buffer variables have the highest priority.
H A Dtaskdata.vim16 syn keyword taskdataKey priority project recur start status tags uuid
H A Dpyrex.vim30 " match with lower priority than pyrexForFrom
H A Dasciidoc.vim30 " Run :help syn-priority to review syntax matching priority.
H A Dsystemverilog.vim48 syn keyword systemverilogConditional unique priority
H A Dxkb.vim44 …m minimum modifier_map modifiers name offColor onColor outline preserve priority repeat row sectio…
/vim-8.2.3635/runtime/indent/
H A Dsql.vim23 " Check for overrides. Buffer variables have the highest priority.
H A Dsdl.vim48 …t\|service\|method\|exceptionhandler\|asntype\|syntype\|value\|(.*):\|\(priority\s\+\)\=input\|pro…
/vim-8.2.3635/runtime/ftplugin/
H A Djavascript.vim43 " The following suffixes should have low priority
/vim-8.2.3635/runtime/autoload/xml/
H A Dxsl.vim32 …ruction', 'text', 'value-of', 'variable'], {'match' : [], 'name' : [], 'priority' : [], 'mode' : […

1234