Searched refs:unlisted (Results 1 – 18 of 18) sorted by relevance
| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 1053 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 D | usr_22.txt | 353 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 D | autocmd.txt | 1412 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 D | version6.txt | 23 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 D | editing.txt | 98 |alternate-file| name. An unlisted buffer is created
|
| H A D | tags | 8353 new-unlisted-buffers version6.txt /*new-unlisted-buffers* 9882 unlisted-buffer windows.txt /*unlisted-buffer*
|
| H A D | pi_netrw.txt | 4086 make file unlisted. Fixed (tst943)
|
| H A D | eval.txt | 3537 with a listed buffer, that one is returned. Next unlisted 3561 {create} argument is present and TRUE, a new, unlisted,
|
| H A D | todo.txt | 517 unlisted. (#4478)
|
| H A D | options.txt | 8620 ('buftype'), unlisted ('buflisted'), unnamed and buffers on
|
| H A D | version7.txt | 2295 the quickfix window to leave an unlisted "No Name" buffer behind every time.
|
| H A D | version8.txt | 24218 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 D | buffer.pro | 26 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 D | test_buffer.vim | 143 " Deleting a unlisted and unloaded buffer
|
| H A D | test_viminfo.vim | 796 " The quickfix, terminal, unlisted, unnamed buffers are not stored in the
|
| /vim-8.2.3635/src/ |
| H A D | buffer.c | 2564 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 D | menu.vim | 715 " no directory or unlisted buffer
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 5586 " 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.
|