Searched refs:bnext (Results 1 – 16 of 16) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_buffer.vim | 73 " Test for :buffer, :bnext, :bprevious, :brewind, :blast and :bmodified 111 bnext +/baz3 121 " With no listed buffers in the list, :bnext and :bprev should fail 124 call assert_fails('bnext', 'E85:') 128 call assert_fails('sandbox bnext', 'E48:')
|
| H A D | test_options.vim | 661 bnext 670 bnext 673 bnext 682 bnext 683 bnext 687 bnext 695 bnext 699 bnext
|
| H A D | test_excmd.vim | 529 call assert_fails("call feedkeys(\":\<C-R>=execute('bnext')\<CR>\", 'xt')", 'E565:')
|
| H A D | test_popupwin.vim | 1037 call assert_fails('call win_execute(winid, "bnext")', 'E994:')
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds2.c | 681 buf_T *bnext; in ex_listdo() local 686 for (buf = firstbuf; buf != NULL; buf = bnext) in ex_listdo() 688 bnext = buf->b_next; in ex_listdo() 707 bnext = firstbuf; in ex_listdo()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 622 2. :[N]next [file ..] 12. :[N]bnext [N] to Nth next arg/buf 667 can also get to them with the buffer list commands, like ":bnext". 771 :bnext 1237 :[N]bn[ext][!] [+cmd] [N] *:bn* *:bnext* *E87*
|
| H A D | usr_22.txt | 388 :bnext go to next buffer
|
| H A D | quickref.txt | 1390 |:bnext| :[N]bnext [N] :[N]sbnext [N] to Nth next arg/buf
|
| H A D | index.txt | 1191 |:bnext| :bn[ext] go to next buffer in the buffer list
|
| H A D | todo.txt | 515 ":bnext" in a help buffer is supposed to go to the next help buffer, but it 516 goes to any buffer, and then :bnext skips help buffers, since they are 5587 - Add an option to make ":bnext" and ":bprev" wrap around the end of the
|
| H A D | version6.txt | 188 ":ls", ":bnext", ":blast" and the Buffers menu will skip buffers not in the 194 an unlisted buffer. This means that a ":bnext" and ":ball" will not find these 8731 Problem: When entering a buffer with ":bnext" for the first time, using an 10299 Problem: When 'autochdir' is set ":bnext" to a buffer without a name causes 10486 ":bnext". (Yakov Lerner)
|
| H A D | version5.txt | 261 ":bnext", ":brewind", etc. 2473 consistent behavior to :bnext/:bprev. (Negri)
|
| H A D | tags | 2166 :bnext windows.txt /*:bnext*
|
| H A D | options.txt | 1402 it is reset it is not used for ":bnext", "ls", the Buffers menu, etc. 7344 commands (CTRL-^, :bnext, :bNext, etc.). Also for an Ex command that
|
| H A D | version8.txt | 41883 Solution: Disallow :bnext, :bprev, etc. (Naruhiko Nishino, closes #5494)
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 754 exe 'an ' . g:bmenu_priority . ".7 &Buffers.&Next :confirm bnext<CR>"
|