Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 101) sorted by relevance

12345

/vim-8.2.3635/src/testdir/
H A Dtest_hide.vim1 " 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 Dtest_close_count.vim54 " Tests for :[count]hide command
65 .hide
70 1hide
75 $hide
81 2hide
92 -hide
98 +hide
118 $ hide
H A Dtest_winbuf_close.vim4 " :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 Dtest_changelist.vim28 hide edit Xfile2.txt
35 hide enew
H A Dtest_bufwintabinfo.vim16 hide edit Xtestfile2
17 hide enew
169 hide
H A Dtest_bufline.vim11 hide
95 hide
170 hide
H A Dtest_usercommands.vim33 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 Dgen_opt_test.vim72 \ 'bufhidden': [['', 'hide', 'wipe'], ['xxx', 'hide,wipe']],
/vim-8.2.3635/runtime/syntax/
H A Dprivoxy.vim31 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 Dreva.vim92 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 Dtidy.vim151 \ fix-style-tags fix-uri force-output gdoc gnu-emacs hide-comments
152 \ hide-endtags indent-attributes indent-cdata indent-with-tabs
H A Dlotos.vim30 syn keyword lotosStatement any let par accept choice hide of in
H A Ddart.vim32 syn keyword dartReserved assert async await class const export extends external final hide i…
H A Drhelp.vim96 function s:HideSymbol(pat, cchar, hide) argument
97 if a:hide
H A Dgrub.vim36 syn keyword grubCommand contained bootp color device dhcp hide ifconfig
/vim-8.2.3635/runtime/plugin/
H A Dmanpager.vim16 setlocal buftype=nofile bufhidden=hide iskeyword+=: modifiable
/vim-8.2.3635/runtime/autoload/
H A Dnetrw_gitignore.vim9 " let g:netrw_list_hide = netrw_gitignore#Hide() . 'more,hide,patterns'
H A Drust.vim117 setl bufhidden=hide
185 setl bufhidden=hide
/vim-8.2.3635/src/proto/
H A Dgui_x11.pro70 void gui_mch_mousehide(int hide);
H A Dgui_gtk_x11.pro76 void gui_mch_mousehide(int hide);
H A Dgui_photon.pro27 void gui_mch_mousehide(int hide);
H A Dgui_haiku.pro65 void gui_mch_mousehide(int hide);
H A Dgui_w32.pro48 void gui_mch_mousehide(int hide);
/vim-8.2.3635/src/
H A Dgui_photon.c1902 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 Dusr_22.txt303 :hide edit two.txt
308 The argument of ":hide" is another command. ":hide" makes that command

12345