| /vim-8.2.3635/src/ |
| H A D | match.c | 327 cur->hl.rm = cur->match; in init_search_hl() 329 cur->hl.attr = 0; in init_search_hl() 333 cur->hl.lnum = 0; in init_search_hl() 334 cur->hl.first_lnum = 0; in init_search_hl() 496 && shl == &cur->hl in next_search_hl() 574 shl = &cur->hl; in prepare_search_hl() 654 shl = &cur->hl; in prepare_search_hl_line() 742 shl = &cur->hl; in update_search_hl() 833 shl = &cur->hl; in update_search_hl() 875 if (!cur->hl.is_addpos && (prevcol == (long)cur->hl.startcol in get_prevcol_hl_flag() [all …]
|
| H A D | screen.c | 180 hlf_T hl) in win_draw_end() argument 444 int hl; in screen_line() local 531 if (hl > HL_ALL) in screen_line() 532 hl = syn_attr2attr(hl); in screen_line() 533 if (hl & HL_BOLD) in screen_line() 661 if (hl > HL_ALL) in screen_line() 662 hl = syn_attr2attr(hl); in screen_line() 663 if (hl & HL_BOLD) in screen_line() 743 if (hl > HL_ALL || (hl & HL_BOLD)) in screen_line() 850 int hl; in draw_vsep_win() local [all …]
|
| H A D | message.c | 3631 give_warning(char_u *message, int hl) in give_warning() argument 3633 give_warning_with_source(message, hl, FALSE); in give_warning() 3637 give_warning_with_source(char_u *message, int hl, int with_source) in give_warning_with_source() argument 3650 if (hl) in give_warning_with_source() 3678 give_warning2(char_u *message, char_u *a1, int hl) in give_warning2() argument 3684 give_warning((char_u *)message, hl); in give_warning2() 3689 give_warning(IObuff, hl); in give_warning2()
|
| H A D | if_perl.xs | 1565 Msg(text, hl=NULL) 1567 char *hl; variable 1576 if (hl != NULL) 1577 attr = syn_name2attr((char_u *)hl);
|
| /vim-8.2.3635/src/proto/ |
| H A D | message.pro | 71 void give_warning(char_u *message, int hl); 72 void give_warning_with_source(char_u *message, int hl, int with_source); 73 void give_warning2(char_u *message, char_u *a1, int hl);
|
| H A D | screen.pro | 5 void win_draw_end(win_T *wp, int c1, int c2, int draw_margin, int row, int endrow, hlf_T hl);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_diffmode.vim | 1344 let hl = range(1, 9)->map({_, lnum -> diff_hlID(lnum, 1)->synIDattr('name')}) 1346 \ 'DiffAdd', ''], hl) 1353 let hl = range(1, 9)->map({_, lnum -> diff_hlID(lnum, 1)->synIDattr('name')}) 1355 \ 'DiffAdd', 'DiffAdd', 'DiffAdd', ''], hl) 1362 let hl = range(1, 9)->map({_, lnum -> diff_hlID(lnum, 1)->synIDattr('name')}) 1364 \ 'DiffAdd', 'DiffAdd', ''], hl) 1371 let hl = range(1, 9)->map({_, lnum -> diff_hlID(lnum, 1)->synIDattr('name')}) 1373 \ 'DiffText', ''], hl) 1383 \ 'DiffAdd', 'DiffAdd', 'DiffAdd', ''], hl) 1390 call assert_equal(['', '', '', 'DiffAdd', '', '', '', '', '', ''], hl) [all …]
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | tags | 30 matchit-hl matchit.txt /*matchit-hl*
|
| H A D | matchit.txt | 185 *MatchError* *matchit-hl* *matchit-highlight*
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tags | 363 'hl' options.txt /*'hl'* 7320 hl-Cursor syntax.txt /*hl-Cursor* 7333 hl-Folded syntax.txt /*hl-Folded* 7334 hl-Ignore syntax.txt /*hl-Ignore* 7336 hl-LineNr syntax.txt /*hl-LineNr* 7340 hl-Menu syntax.txt /*hl-Menu* 7344 hl-Normal syntax.txt /*hl-Normal* 7345 hl-Pmenu syntax.txt /*hl-Pmenu* 7368 hl-Title syntax.txt /*hl-Title* 7370 hl-User1 syntax.txt /*hl-User1* [all …]
|
| H A D | syntax.txt | 284 *hl-Ignore* 5204 *hl-Cursor* 5233 *hl-Folded* 5242 *hl-LineNr* 5267 *hl-Normal* 5269 *hl-Pmenu* 5281 *hl-Search* 5322 *hl-Title* 5324 *hl-Visual* 5334 *hl-User1* *hl-User1..9* *hl-User9* [all …]
|
| H A D | diff.txt | 221 |hl-DiffAdd| DiffAdd Added (inserted) lines. These lines exist in 223 |hl-DiffChange| DiffChange Changed lines. 224 |hl-DiffText| DiffText Changed text inside a Changed line. Vim 232 |hl-DiffDelete| DiffDelete Deleted lines. Also called filler lines,
|
| H A D | options.txt | 2565 CursorLine |hl-CursorLine|. 2567 CursorLine |hl-CursorLine|. 3336 fold:c Folded |hl-Folded| 4043 *'highlight'* *'hl'* 4091 |hl-Visual| v Visual mode 4667 |hl-SpecialKey| 5022 |hl-NonText| |hl-SpecialKey| 5574 See |hl-LineNr| and |hl-CursorLineNr| for the highlighting used for 6113 See |hl-LineNr| and |hl-CursorLineNr| for the highlighting used for 8912 |hl-WildMenu|. [all …]
|
| H A D | tabpage.txt | 356 TabLineSel and TabLineFill. |hl-TabLine| |hl-TabLineSel| |hl-TabLineFill|
|
| H A D | usr_01.txt | 51 use |hl-Ignore|, using the same color for the text as the background. You can
|
| H A D | usr_02.txt | 653 19) Highlighting groups. Always start with hl-groupname. E.g. > 654 :help hl-WarningMsg
|
| H A D | spell.txt | 30 SpellBad word not recognized |hl-SpellBad| 31 SpellCap word not capitalised |hl-SpellCap| 32 SpellRare rare word |hl-SpellRare| 33 SpellLocal wrong spelling for selected region |hl-SpellLocal| 254 highlighted with SpellLocal |hl-SpellLocal|.
|
| H A D | fold.txt | 468 The colors of a closed fold are set with the Folded group |hl-Folded|. The 469 colors of the fold column are set with the FoldColumn group |hl-FoldColumn|.
|
| H A D | message.txt | 839 Also see 'mouse'. The hit-enter message is highlighted with the |hl-Question| 848 given when the 'more' option is on. It is highlighted with the |hl-MoreMsg|
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | pcap.vim | 22 syn match pcapKeyword contained ':\(fo\|hl\|ic\|rs\|rw\|sb\|sc\|sf\|sh\)'
|
| H A D | z8a.vim | 33 syn match z8aSpecInst "\<ex\s\+(\s*sp\s*)\s*,\s*hl\>"me=s+2
|
| H A D | dosbatch.vim | 62 syn match dosbatchSpecialChar "\$[a-hl-npqstv_$+]"
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.cs.cp1250 | 432 ---> "chhybba" nen� zp�sob, jak hl�skovat chyba; chhybba je chyba. 742 Vim m� obs�hl� on-line syst�m n�pov�dy. Pro za��tek vyzkou�ej jeden z
|
| H A D | tutor.cs.utf-8 | 432 ---> "chhybba" není způsob, jak hláskovat chyba; chhybba je chyba. 742 Vim má obsáhlý on-line systém nápovědy. Pro začátek vyzkoušej jeden z
|
| H A D | tutor.cs | 432 ---> "chhybba" nen� zp�sob, jak hl�skovat chyba; chhybba je chyba. in dolu()
|