| /vim-8.2.3635/src/testdir/ |
| H A D | test_winbuf_close.vim | 22 " test for working :n when hidden set 23 set hidden 27 " test for failing :rew when hidden not set 34 " test for working :rew when hidden set 35 set hidden 51 set hidden 60 " test ":hide" hides anyway when 'hidden' not set 67 " test ":edit" failing in modified buffer when 'hidden' not set 73 " test ":edit" working in modified buffer when 'hidden' set 74 set hidden [all …]
|
| H A D | test_hide.vim | 1 " Tests for :hide command/modifier and 'hidden' option 4 let s:save_hidden = &hidden 13 let &hidden = s:save_hidden 77 " set hidden 79 set hidden 87 " set hidden bufhidden=wipe
|
| H A D | test_close_count.vim | 106 " Tests for :[count]close! command with 'hidden' 116 set hidden 148 set hidden
|
| H A D | test_conceal.vim | 11 let lines = ["one one one one one", "two |hidden| here", "three |hidden| three"] 13 syntax match test /|hidden|/ conceal 20 syntax match test /|hidden|/ conceal
|
| H A D | test_terminal3.vim | 255 \ " let s:buf = term_start('" .. cmd .. " Xtext', #{hidden: 1, term_finish: 'close'})", 332 \ " let s:buf = term_start('cat Xtext', #{hidden: 1})", 361 \ " let s:buf = term_start('cat', #{hidden: 1, " 522 let buf1 = term_start(&shell, #{hidden: 1}) 524 let buf2 = term_start(&shell, #{hidden: 1}) 547 let buf = term_start(&shell, #{hidden: 1}) 555 set hidden 556 let g:buf0 = term_start('sh', #{hidden: 1, term_finish: 'close'}) 561 set hidden&
|
| H A D | test_man.vim | 68 set hidden 89 set hidden&
|
| H A D | test_command_count.vim | 5 set hidden 36 set hidden&
|
| H A D | test_diffmode.vim | 566 set hidden 569 " should not diffing with hidden buffer two while 'hiddenoff' is enabled 574 set hidden& diffopt& 589 set hidden 592 " diffing with hidden buffer two 599 " still diffing with hidden buffer two 606 " no longer diffing with hidden buffer two 611 set hidden& diffopt&
|
| H A D | test_terminal2.vim | 133 " hidden terminal must not change current window size 137 let buf = term_start(cmd, #{hidden: 1, term_rows: 10}) 333 term ++hidden cat 405 term ++hidden ++close ls
|
| H A D | test_gf.vim | 130 set hidden 162 set hidden&
|
| H A D | test_matchadd_conceal.vim | 369 " Are the concealed parts of the current line really hidden? 373 " BugFix check: Is the window's cursor column properly updated for hidden 399 " Are the concealed parts of the current line really hidden?
|
| H A D | test_terminal.vim | 63 terminal ++hidden ++open sleep 1 605 exe 'terminal ++hidden ++open ' . cmd 610 call term_start(cmd, {'term_finish': 'open', 'hidden': 1}) 1250 " Open a hidden terminal buffer with :terminal 1251 terminal ++hidden 1257 " Open a hidden terminal buffer with term_start() 1258 let buf = term_start(&shell, {'hidden': 1}) 1311 let buf = term_start(&shell, #{hidden: v:true}) 1322 let termbuf = term_start(&shell, #{hidden: v:true, term_finish: 'close'}) 1343 …call term_start(['/bin/sh', '-c', 'cat'], #{hidden: v:true, term_finish: 'close'})->popup_create(#… [all …]
|
| H A D | test_arglist.vim | 135 let save_hidden = &hidden 136 set hidden 183 let &hidden = save_hidden
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hitest.vim | 12 let s:hidden = &hidden 23 set hidden lazyredraw nomore report=99999 shortmess=aoOstTW wrapscan 132 let &hidden = s:hidden 146 unlet s:hidden s:lazyredraw s:more s:report s:shortmess
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 26 11. Using hidden buffers |buffer-hidden| 52 *hidden-buffer* 67 hidden no yes 'h' 309 current buffer, it becomes hidden. When 'hidden' is not set, 397 become hidden. 678 become hidden. 1020 11. Using hidden buffers *buffer-hidden* 1030 hidden although the 'hidden' option is not set. This happens when a buffer is 1034 You can make a hidden buffer not hidden by starting to edit it with any 1046 *hidden-quit* [all …]
|
| H A D | usr_22.txt | 307 hidden buffer: The buffer contains text, but you can't see it. 309 behave as if the 'hidden' option was set. You could also set this option 310 yourself. The effect is that when any buffer is abandoned, it becomes hidden. 311 Be careful! When you have hidden buffers with changes, don't exit Vim 318 When it is not displayed in a window and it is not hidden, it is still in the 357 h Buffer is loaded but hidden.
|
| H A D | popup.txt | 152 then becomes hidden. 163 To run a terminal in a popup window, first create the terminal hidden. Then 184 |popup_show()| show a previously hidden popup 347 hidden when not used, it can be deleted with |popup_clear()| 409 visible one if the popup is displayed, zero if hidden 425 hidden. 556 For "hidden" use |popup_hide()| and |popup_show()|. 575 If {id} is a hidden popup, show it now. 665 hidden When TRUE the popup exists but is not displayed; use 858 If the text property moves out of view then the popup will be hidden. [all …]
|
| H A D | terminal.txt | 129 This only works properly if the terminal is not hidden. 131 For both hidden and non-hidden terminals this works, both for buffer-local and 136 Note that for a hidden terminal the options are not set until the terminal is 137 no longer hidden. 146 terminal window has been created (this only works for a hidden terminal): > 150 For a non-hidden terminal use |TerminalWinOpen|. 236 ++hidden Open the terminal in a hidden buffer, 295 `CTRL-W :close!` will close the window and make the buffer hidden. 310 :term ++hidden ++open make 609 is hidden. [all …]
|
| H A D | tabpage.txt | 127 - When 'hidden' is not set, [!] is not used, a buffer has 149 When the 'hidden' option is set, all buffers in closed windows 150 become hidden. 151 When 'hidden' is not set, and the 'autowrite' option is set, 154 given, then they become hidden. But modified buffers are
|
| H A D | usr_01.txt | 44 be hidden or invisible; see below. An option name, like 'number', a command 50 The bars and stars are usually hidden with the |conceal| feature. They also
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VisVim.odl | 47 [ hidden, uuid(AC726705-2977-11D1-B2F3-006008040780) ] 53 [ hidden, uuid(AC726706-2977-11D1-B2F3-006008040780) ]
|
| /vim-8.2.3635/runtime/ |
| H A D | evim.vim | 14 " Make a buffer hidden when editing another one 15 set hidden
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_cmds2.pro | 8 int check_changed_any(int hidden, int unload);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ocaml.vim | 412 " We manage to keep all this hidden to the user's eye. 415 let s:current_hidden = &l:hidden 416 set hidden 430 let &l:hidden = s:current_hidden
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds2.c | 271 int hidden, // Only check hidden buffers in check_changed_any() argument 318 if ((!hidden || buf->b_nwindows == 0) && bufIsChanged(buf)) in check_changed_any()
|