| /vim-8.2.3635/src/testdir/ |
| H A D | test_const.vim | 19 const bl = 0zC0FFEE 36 call assert_true(exists('bl')) 52 call assert_fails('let bl = 0zC0FFEE', 'E741:') 68 unlet bl 86 const l:bl = 0zC0FFEE 103 call assert_fails('let l:bl = 0zC0FFEE', 'E741:') 119 unlet l:bl 154 let bl = 0zC0FFEE 168 call assert_fails('const bl = 0zC0FFEE', 'E995:')
|
| /vim-8.2.3635/runtime/spell/sv/ |
| H A D | sv_SE.diff | 91 + SAL RD T # "bl�tt" d 92 + SAL RN N # "bl�tt" n 93 + SAL RT T # "bl�tt" t 95 + SAL RL L # "bl�tt" l 148 + bl.a.
|
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 4299 bl->sb_used = (bl->sb_used + sizeof(char *) - 1) in getroom() 4302 if (bl == NULL || bl->sb_used + len > SBLOCKSIZE) in getroom() 4305 bl = NULL; in getroom() 4309 if (bl == NULL) in getroom() 4319 spin->si_blocks = bl; in getroom() 4320 bl->sb_used = 0; in getroom() 4324 p = bl->sb_data + bl->sb_used; in getroom() 4354 while (bl != NULL) in free_blocks() 4356 next = bl->sb_next; in free_blocks() 4357 vim_free(bl); in free_blocks() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | asm68k.vim | 59 syn match asm68kOpcode "\<bl[est]\(\.[bwls]\)\=\s" 62 syn match asm68kOpcode "\<bchg\(\.[bl]\)\=\s" 63 syn match asm68kOpcode "\<bclr\(\.[bl]\)\=\s" 74 syn match asm68kOpcode "\<bset\(\.[bl]\)\=\s" 76 syn match asm68kOpcode "\<btst\(\.[bl]\)\=\s"
|
| H A D | indent.vim | 33 syn match indentOptions '-\%(bli\|c\%([bl]i\|[dip]\)\=\|di\=\|ip\=\|lc\=\|pp\=i\|sbi\|ts\|-\%(bra… 52 \ -bl --braces-after-if-line
|
| H A D | asmh8300.vim | 24 syn match asmOpcode "bl[deots]"
|
| H A D | fasm.vim | 21 syn keyword fasmRegister ah al ax bh bl bp bx ch cl cr0 cr1 cr2 cr3 cr4 cr5 cr6
|
| /vim-8.2.3635/runtime/spell/fo/ |
| H A D | fo_FO.diff | 40 + # D udtales ofte bl�dt/stumt - regler?
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 1664 let {a:vt}netrw_blkeep = &l:bl 1731 … == 0)? "no" : "")."ma ".((&l:mod == 0)? "no" : "")."mod ".((&l:bl == 0)? "no" : "")."bl ".((&l:ro… 1735 call s:NetrwSetSafeSetting("&l:bl",0) 1782 … == 0)? "no" : "")."ma ".((&l:mod == 0)? "no" : "")."mod ".((&l:bl == 0)? "no" : "")."bl ".((&l:ro… 1817 call s:NetrwRestoreSetting(a:vt."netrw_blkeep","&l:bl") 2039 setl bl 2040 " call Decho("buf#".bufnr("%")."<".bufname("%")."> bl=".&bl." bt=".&bt." bh=".&bh,'~'.expand("<sln… 4390 … == 0)? "no" : "")."ma ".((&l:mod == 0)? "no" : "")."mod ".((&l:bl == 0)? "no" : "")."bl ".((&l:ro… 4531 … == 0)? "no" : "")."ma ".((&l:mod == 0)? "no" : "")."mod ".((&l:bl == 0)? "no" : "")."bl ".((&l:ro… 4549 … == 0)? "no" : "")."ma ".((&l:mod == 0)? "no" : "")."mod ".((&l:bl == 0)? "no" : "")."bl ".((&l:ro… [all …]
|
| /vim-8.2.3635/runtime/ |
| H A D | termcap | 84 :bl=^G:\
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_it_it.latin1.vim | 146 menut blue bl� 147 menut darkblue bl�\ scuro
|
| H A D | menu_ca_es.latin1.vim | 254 menutrans Select\ &Block Selecci�\ de\ bl&ocs
|
| H A D | menu_da.utf-8.vim | 144 " menut blue blå
|
| /vim-8.2.3635/runtime/spell/cs/ |
| H A D | cs_CZ.diff | 61 bl�na/Z
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_tcl.txt | 477 set bl [$buf get $b] 478 $buf set $t $bl
|
| H A D | windows.txt | 1287 :bl[ast][!] [+cmd] *:bl* *:blast*
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.no | 316 ---> 3) Fioler er bl�, 386 ---> b) Fioler er bl�,
|
| H A D | tutor.no.utf-8 | 316 ---> 3) Fioler er blå, 386 ---> b) Fioler er blå,
|
| H A D | tutor.nb | 316 ---> 3) Fioler er bl�, 386 ---> b) Fioler er bl�,
|
| H A D | tutor.nb.utf-8 | 316 ---> 3) Fioler er blå, 386 ---> b) Fioler er blå,
|
| H A D | tutor.da.utf-8 | 316 ---> 3) Violer er blå, 386 ---> b) Violer er blå,
|
| H A D | tutor.da | 316 ---> 3) Violer er bl�, 386 ---> b) Violer er bl�,
|
| H A D | tutor.sv.utf-8 | 301 b) Violetter är blå,
|
| /vim-8.2.3635/runtime/spell/ga/ |
| H A D | ga_IE.diff | 66 + SAL �TH(BCDFGLMNPRST)- * # f�thsc�al, gn�th*, bl�thfhleasc, etc.
|
| /vim-8.2.3635/runtime/spell/gd/ |
| H A D | gd_GB.diff | 62 + SAL �TH(BCDFGLMNPRST)- * # f�thsc�al, gn�th*, bl�thfhleasc, etc.
|