Searched refs:bnum (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_signs.vim | 552 let bnum = bufnr('%') 569 let s = sign_getplaced(bnum, {'group' : ''}) 577 let s = sign_getplaced(bnum, {'group' : '*'}) 587 let s = sign_getplaced(bnum, {'id' : 5}) 608 let s = sign_getplaced(bnum, {'lnum' : 20}) 629 let s = sign_getplaced(bnum, {'group' : '*'}) 646 call sign_unplace('*', {'buffer' : bnum}) 674 let s = sign_getplaced(bnum) 715 let bnum = bufnr('Xsign') 721 let a = execute('sign place buffer=' . bnum) [all …]
|
| H A D | test_expand.vim | 68 let bnum = bufnr('Xfile2') 69 call assert_equal('e Xfile2', expandcmd('e #' . bnum))
|
| H A D | test_quickfix.vim | 1546 func SetXlistTests(cchar, bnum) argument 1637 let bnum = bufnr('%') 1640 call SetXlistTests('c', bnum) 1641 call SetXlistTests('l', bnum) 2577 let bnum = bufnr('%') 2579 exe 'silent! cbuffer! ' . bnum 2580 exe 'silent! cgetbuffer ' . bnum 2807 let bnum = bufnr('') 2808 exe 'sbuffer ' . bnum 2814 exe 'sb' bnum [all …]
|
| H A D | test_vim9_builtin.vim | 190 var bnum: number = bufnr() 192 appendbufline(bnum, 0, range(3)) 198 appendbufline(bnum, 0, 'zero') 199 assert_equal(['zero'], getbufline(bnum, 1)) 203 bnum->bufwinid()->win_gotoid() 3106 var bnum = bufnr('%') 3108 setbufline(bnum, 1, range(1, 3)) 3109 setbufline(bnum, 4, 'one') 3110 setbufline(bnum, 5, 10) 3111 setbufline(bnum, 6, ['two', 11]) [all …]
|
| H A D | test_channel.vim | 1699 let bnum = bufnr() 1702 \ {'in_io' : 'buffer', 'in_buf' : bnum})", 'E918:') 2315 let bnum = bufnr() 2316 …t job = job_start(['cmd', '/c', 'echo', 'Hello', 'World'], {'out_io' : 'buffer', 'out_buf' : bnum})
|
| H A D | test_autocmd.vim | 748 let bnum = bufnr('%') 749 call assert_fails("call setbufvar(bnum, '&l:bk', 1)", 'E355:') 751 call setbufvar(bnum, '&backup', 1)
|
| /vim-8.2.3635/src/ |
| H A D | memline.c | 488 blocknr_T bnum; in ml_set_crypt_key() local 555 if (bnum == 1) in ml_set_crypt_key() 588 ip->ip_bnum = bnum; in ml_set_crypt_key() 1156 blocknr_T bnum; in ml_recover() local 1515 if (bnum == 1) in ml_recover() 1601 if (bnum == 1) in ml_recover() 1673 bnum = ip->ip_bnum; in ml_recover() 4197 bnum = ip->ip_bnum; in ml_find_line() 4247 ip->ip_bnum = bnum; in ml_find_line() 4268 if (bnum < 0) in ml_find_line() [all …]
|
| H A D | netbeans.c | 2634 int bnum; in netbeans_file_opened() local 2643 bnum = bufno; in netbeans_file_opened() 2645 bnum = 0; in netbeans_file_opened() 2648 bnum, in netbeans_file_opened()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | b.vim | 24 … bguardi bget bgethyp barith bgetresult bresult bgoal bmatch bmodr bnewv bnum btest bpattern bpri…
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 867 func s:BMMunge(fname, bnum) argument 879 if a:bnum >= 0 880 let name2 = name2 . ' (' . a:bnum . ')'
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_chinese_gb.936.vim | 244 " func! s:BMMunge(fname, bnum)
|
| H A D | menu_zh_cn.utf-8.vim | 244 " func! s:BMMunge(fname, bnum)
|