Home
last modified time | relevance | path

Searched refs:bnext (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_buffer.vim73 " 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 Dtest_options.vim661 bnext
670 bnext
673 bnext
682 bnext
683 bnext
687 bnext
695 bnext
699 bnext
H A Dtest_excmd.vim529 call assert_fails("call feedkeys(\":\<C-R>=execute('bnext')\<CR>\", 'xt')", 'E565:')
H A Dtest_popupwin.vim1037 call assert_fails('call win_execute(winid, "bnext")', 'E994:')
/vim-8.2.3635/src/
H A Dex_cmds2.c681 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 Dwindows.txt622 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 Dusr_22.txt388 :bnext go to next buffer
H A Dquickref.txt1390 |:bnext| :[N]bnext [N] :[N]sbnext [N] to Nth next arg/buf
H A Dindex.txt1191 |:bnext| :bn[ext] go to next buffer in the buffer list
H A Dtodo.txt515 ":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 Dversion6.txt188 ":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 Dversion5.txt261 ":bnext", ":brewind", etc.
2473 consistent behavior to :bnext/:bprev. (Negri)
H A Dtags2166 :bnext windows.txt /*:bnext*
H A Doptions.txt1402 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 Dversion8.txt41883 Solution: Disallow :bnext, :bprev, etc. (Naruhiko Nishino, closes #5494)
/vim-8.2.3635/runtime/
H A Dmenu.vim754 exe 'an ' . g:bmenu_priority . ".7 &Buffers.&Next :confirm bnext<CR>"