Searched refs:hide (Results 1 – 25 of 101) sorted by relevance
12345
| /vim-8.2.3635/src/testdir/ |
| H A D | test_hide.vim | 1 " Tests for :hide command/modifier and 'hidden' option 37 " :hide as a command 38 hide 45 " :hide as a command with trailing comment 46 hide " comment 53 " :hide as a command with bar 54 hide | new Xf2 " comment 62 " :hide as a modifier with trailing comment 63 hide edit Xf2 " comment 72 hide echo "one|two" [all …]
|
| H A D | test_close_count.vim | 54 " Tests for :[count]hide command 65 .hide 70 1hide 75 $hide 81 2hide 92 -hide 98 +hide 118 $ hide
|
| H A D | test_winbuf_close.vim | 4 " :hide 60 " test ":hide" hides anyway when 'hidden' not set 63 hide 87 " test ":close!" does hide when 'hidden' not set in modified buffer; 114 hide
|
| H A D | test_changelist.vim | 28 hide edit Xfile2.txt 35 hide enew
|
| H A D | test_bufwintabinfo.vim | 16 hide edit Xtestfile2 17 hide enew 169 hide
|
| H A D | test_bufline.vim | 11 hide 95 hide 170 hide
|
| H A D | test_usercommands.vim | 33 hide MyCmd 34 call assert_equal('hide', g:mods) 36 call assert_equal('hide', g:mods) 91 aboveleft belowright botright browse confirm hide keepalt keepjumps 95 call assert_equal('browse confirm hide keepalt keepjumps ' .
|
| H A D | gen_opt_test.vim | 72 \ 'bufhidden': [['', 'hide', 'wipe'], ['xxx', 'hide,wipe']],
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | privoxy.vim | 31 syn match privoxyAction "\%(hide-accept-language\|hide-content-disposition\|hide-forwarded-for-head… 32 syn match privoxyAction "\%(hide-from-header\|hide-if-modified-since\|hide-referrer\|hide-user-agen… 42 \ x-httpd-php-to-html html-to-xml xml-to-html hide-tor-exit-notation contained 45 syn match privoxyAction "\%(kill-popup\|hide-referer\|prevent-keeping-cookies\)\>" contained 49 syn match privoxyAction "\%(downgrade\|hide-forwarded\|hide-from\|image\|image-blocker\|no-compress…
|
| H A D | reva.vim | 92 Builtin (.r) (context) (create) (header) (hide) (inline) (p.r) (words~) (xfind) 98 Builtin hex# hide inline{ last lastxt lib libdir literal, makeexename mnotail ms ms@
|
| H A D | tidy.vim | 151 \ fix-style-tags fix-uri force-output gdoc gnu-emacs hide-comments 152 \ hide-endtags indent-attributes indent-cdata indent-with-tabs
|
| H A D | lotos.vim | 30 syn keyword lotosStatement any let par accept choice hide of in
|
| H A D | dart.vim | 32 syn keyword dartReserved assert async await class const export extends external final hide i…
|
| H A D | rhelp.vim | 96 function s:HideSymbol(pat, cchar, hide) argument 97 if a:hide
|
| H A D | grub.vim | 36 syn keyword grubCommand contained bootp color device dhcp hide ifconfig
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | manpager.vim | 16 setlocal buftype=nofile bufhidden=hide iskeyword+=: modifiable
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw_gitignore.vim | 9 " let g:netrw_list_hide = netrw_gitignore#Hide() . 'more,hide,patterns'
|
| H A D | rust.vim | 117 setl bufhidden=hide 185 setl bufhidden=hide
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_x11.pro | 70 void gui_mch_mousehide(int hide);
|
| H A D | gui_gtk_x11.pro | 76 void gui_mch_mousehide(int hide);
|
| H A D | gui_photon.pro | 27 void gui_mch_mousehide(int hide);
|
| H A D | gui_haiku.pro | 65 void gui_mch_mousehide(int hide);
|
| H A D | gui_w32.pro | 48 void gui_mch_mousehide(int hide);
|
| /vim-8.2.3635/src/ |
| H A D | gui_photon.c | 1902 gui_mch_mousehide(int hide) in gui_mch_mousehide() argument 1904 if (gui.pointer_hidden != hide) in gui_mch_mousehide() 1906 gui.pointer_hidden = hide; in gui_mch_mousehide() 1908 if (hide) in gui_mch_mousehide() 1915 (hide == MOUSE_SHOW) ? GUI_PH_MOUSE_TYPE : Ph_CURSOR_NONE, in gui_mch_mousehide()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_22.txt | 303 :hide edit two.txt 308 The argument of ":hide" is another command. ":hide" makes that command
|
12345