Home
last modified time | relevance | path

Searched refs:unlisted (Results 1 – 18 of 18) sorted by relevance

/vim-8.2.3635/runtime/doc/
H A Dwindows.txt1053 list of buffers. |unlisted-buffer|
1066 (the term "unlisted" is a bit confusing then...).
1080 u an unlisted buffer (only displayed when [!] is used)
1081 |unlisted-buffer|
1101 u unlisted buffers (overrides the "!")
1142 from the buffer list |unlisted-buffer| and option values,
1271 empty, go to the first unlisted buffer.
1280 buffer list is empty, go to the first unlisted buffer.
1289 empty, go to the last unlisted buffer.
1294 buffer list is empty, go to the last unlisted buffer.
[all …]
H A Dusr_22.txt353 u Buffer is unlisted |unlisted-buffer|.
405 It's actually made "unlisted", it no longer appears in the list from
406 ":buffers". The ":buffers!" command will list unlisted buffers (yes,
H A Dautocmd.txt1412 buffer actually still exists (it becomes unlisted), thus the autocommands are
1457 unlisted, the autocommands are still present. In order to see the removal of
H A Dversion6.txt23 Unlisted buffers introduced |new-unlisted-buffers|
183 Unlisted buffers introduced *new-unlisted-buffers*
189 buffer list. |unlisted-buffer|
194 an unlisted buffer. This means that a ":bnext" and ":ball" will not find these
211 scanned. Added the 'U' flag to 'complete' to do completion from unlisted
3770 Solution: Also find unlisted buffers.
4531 and one match for an unlisted buffer, the unlisted buffer is used.
4534 unlisted buffers.
5121 unlisted buffer remains in the buffer list. (Eric Long)
7163 listed, it stays unlisted. (David Frey)
[all …]
H A Dediting.txt98 |alternate-file| name. An unlisted buffer is created
H A Dtags8353 new-unlisted-buffers version6.txt /*new-unlisted-buffers*
9882 unlisted-buffer windows.txt /*unlisted-buffer*
H A Dpi_netrw.txt4086 make file unlisted. Fixed (tst943)
H A Deval.txt3537 with a listed buffer, that one is returned. Next unlisted
3561 {create} argument is present and TRUE, a new, unlisted,
H A Dtodo.txt517 unlisted. (#4478)
H A Doptions.txt8620 ('buftype'), unlisted ('buflisted'), unnamed and buffers on
H A Dversion7.txt2295 the quickfix window to leave an unlisted "No Name" buffer behind every time.
H A Dversion8.txt24218 Solution: Also find unlisted buffer by number or name. (Chris Weyl,
32091 Solution: Make the quickfix buffer unlisted when the quickfix window is
/vim-8.2.3635/src/proto/
H A Dbuffer.pro26 int buflist_findpat(char_u *pattern, char_u *pattern_end, int unlisted, int diffmode, int curtab_on…
/vim-8.2.3635/src/testdir/
H A Dtest_buffer.vim143 " Deleting a unlisted and unloaded buffer
H A Dtest_viminfo.vim796 " The quickfix, terminal, unlisted, unnamed buffers are not stored in the
/vim-8.2.3635/src/
H A Dbuffer.c2564 int unlisted, // find unlisted buffers in buflist_findpat() argument
2665 if (!unlisted || !find_listed || match != -1) in buflist_findpat()
/vim-8.2.3635/runtime/
H A Dmenu.vim715 " no directory or unlisted buffer
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim5586 " s:NetrwBufRename: renames a buffer without the side effect of retaining an unlisted buffer having…
5588 " to become an unlisted buffer, so in that case don't bwipe it.
11965 " is unlisted
11971 " call Decho("buf#".a:bufid." is ".(buflisted(a:bufid)? "listed" : "unlisted"),"~".expand("…
11990 " Check if the last buffer has # > 1, is unlisted, is unnamed, and does not appear in a window
12016 " Want the old buffer to be unlisted.