Searched refs:syncing (Results 1 – 25 of 53) sorted by relevance
123
| /vim-8.2.3635/src/ |
| H A D | syntax.c | 300 static int syn_finish_line(int syncing); 1668 if (syncing && current_state.ga_len) in syn_finish_line() 1832 do_keywords = !syncing in syn_current_attr() 1961 if ( spp->sp_syncing == syncing in syn_current_attr() 2307 if (!syncing && !keep_state) in syn_current_attr() 3683 if (syncing) in syn_cmd_clear() 3730 syn_clear_one(id, syncing); in syn_cmd_clear() 3743 syn_clear_one(int id, int syncing) in syn_clear_one() argument 3749 if (!syncing) in syn_clear_one() 3855 if (syncing) in syn_cmd_list() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | chaiscript.vim | 12 " syncing method
|
| H A D | aap.vim | 139 " Syncing is needed for ":python" and "VAR << EOF". Don't use Python syncing
|
| H A D | asciidoc.vim | 28 " Use the default syntax syncing.
|
| H A D | rst.vim | 249 " TODO: Use better syncing.
|
| H A D | doxygen.vim | 75 …" This helps with sync-ing as for some reason, syncing behaves differently to a normal region, and… 109 …" This helps with sync-ing as for some reason, syncing behaves differently to a normal region, and…
|
| H A D | lua.vim | 29 " syncing method
|
| H A D | tex.vim | 23 " 4. There is no match-syncing for $...$ and $$...$$; hence large 24 " equation blocks constructed that way may exhibit syncing problems. 1236 " help improve the odds of good syncing.
|
| H A D | hollywood.vim | 41 " syncing method
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | syntax.txt | 991 forces syncing from the start of the file, can be slow 2540 Selecting syncing method: > 3170 PRESETting variables, syncing may be critical. If your computer is 3833 need to make sure syncing takes care of this. 4619 lines before it's correct, or when it's not possible to use syncing. 4639 First syncing method: *:syn-sync-first* 4652 Second syncing method: *:syn-sync-second* *:syn-sync-ccomment* 4679 Third syncing method: *:syn-sync-third* 4690 Fourth syncing method: *:syn-sync-fourth* 4702 of syntax items. You can't mix syncing groups and non-syncing groups. [all …]
|
| H A D | fold.txt | 152 Be careful to specify proper syntax syncing. If this is not done right, folds 155 brute-force syncing: >
|
| H A D | usr_44.txt | 701 Add the "display" argument to items that are not used when syncing, to speed
|
| /vim-8.2.3635/src/po/ |
| H A D | ko.UTF-8.po | 5351 msgid "syncing on C-style comments" 5354 msgid "no syncing" 5357 msgid "syncing starts " 5358 msgstr "syncing starts " 5372 "syncing on items" 5375 "syncing on items"
|
| H A D | ko.po | 5351 msgid "syncing on C-style comments" 5354 msgid "no syncing" 5357 msgid "syncing starts " 5358 msgstr "syncing starts " 5372 "syncing on items" 5375 "syncing on items"
|
| H A D | zh_TW.UTF-8.po | 4152 msgid "syncing on C-style comments" 4155 msgid "no syncing" 4158 msgid "syncing starts " 4173 "syncing on items"
|
| H A D | zh_CN.cp936.po | 4944 msgid "syncing on C-style comments" 4947 msgid "no syncing" 4950 msgid "syncing starts " 4965 "syncing on items"
|
| H A D | cs.cp1250.po | 3766 msgid "syncing on C-style comments" 3769 msgid "no syncing" 3772 msgid "syncing starts " 3787 "syncing on items"
|
| H A D | cs.po | 3766 msgid "syncing on C-style comments" 3769 msgid "no syncing" 3772 msgid "syncing starts " 3787 "syncing on items"
|
| H A D | zh_CN.po | 4944 msgid "syncing on C-style comments" 4947 msgid "no syncing" 4950 msgid "syncing starts " 4965 "syncing on items"
|
| H A D | zh_TW.po | 4145 msgid "syncing on C-style comments" 4148 msgid "no syncing" 4151 msgid "syncing starts " 4166 "syncing on items"
|
| H A D | zh_CN.UTF-8.po | 4944 msgid "syncing on C-style comments" 4947 msgid "no syncing" 4950 msgid "syncing starts " 4965 "syncing on items"
|
| H A D | af.po | 4105 msgid "syncing on C-style comments" 4108 msgid "no syncing" 4111 msgid "syncing starts " 4126 "syncing on items"
|
| H A D | uk.cp1251.po | 5579 msgid "syncing on C-style comments" 5582 msgid "no syncing" 5585 msgid "syncing starts " 5600 "syncing on items"
|
| H A D | nl.po | 4640 #~ msgid "syncing on C-style comments" 4643 #~ msgid "no syncing" 4646 #~ msgid "syncing starts " 4659 #~ "syncing on items"
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_syntax.vim | 343 call assert_match('syncing starts at the first line', execute('syntax sync'))
|
123