Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 103) sorted by relevance

12345

/vim-8.2.3635/src/
H A Ddosinst.c1072 choices[idx + i].active = 1; in change_main_bat_choice()
1081 choices[idx + i].active = 0; in change_main_bat_choice()
1306 choices[idx + 1].active = 0; in change_vimrc_choice()
1307 choices[idx + 2].active = 0; in change_vimrc_choice()
1308 choices[idx + 3].active = 0; in change_vimrc_choice()
1318 choices[idx + 1].active = 1; in change_vimrc_choice()
1319 choices[idx + 2].active = 1; in change_vimrc_choice()
1320 choices[idx + 3].active = 1; in change_vimrc_choice()
1702 choices[choice_count].active = 1; in init_popup_choice()
1736 choices[choice_count].active = 1; in init_openwith_choice()
[all …]
H A Dgui_xim.c73 call_imactivatefunc(int active) in call_imactivatefunc() argument
134 im_set_active(int active) in im_set_active() argument
1161 int active = active_arg; in im_set_active() local
1165 active = FALSE; in im_set_active()
1170 active = TRUE; in im_set_active()
1175 if (active != im_get_status()) in im_set_active()
1177 call_imactivatefunc(active); in im_set_active()
1178 xim_has_focus = active; in im_set_active()
1188 xim_is_active = active; in im_set_active()
1755 call_imactivatefunc(active); in mbyte_im_set_active()
[all …]
H A Dgui_haiku.cc181 virtual void WindowActivated(bool active);
517 bool active; member
953 VimWindow::WindowActivated(bool active) in WindowActivated() argument
955 Inherited::WindowActivated(active); in WindowActivated()
957 if (active && gui.vimTextArea) in WindowActivated()
961 fm.active = active; in WindowActivated()
3146 gui.in_focus = vm.u.Focus.active; in gui_haiku_process_event()
/vim-8.2.3635/src/testdir/
H A Dtest_iminsert.vim10 func IM_activatefunc(active) argument
12 let s:imstatus_active = a:active
H A Dtest_quotestar.vim64 " Takes a short while for the server to be active.
/vim-8.2.3635/runtime/syntax/
H A Dtmux.vim73 \ detach-on-destroy display-panes-active-colour display-panes-colour
82 \ pane-active-border-style pane-base-index pane-border-format
90 \ user-keys visual-activity visual-bell visual-silence window-active-style
H A Dwhitespace.vim3 " This can be added to an already active syntax.
H A Dpromela.vim17 syn keyword promelaStatement active assert label atomic
H A Dtssgm.vim29 syn keyword tssgmParam units mirror param active sides submodel include
H A Dprogress.vim57 syn keyword ProgressReserved accum[ulate] active-form active-window add alias all alter ambig[uous]…
135 syn keyword ProgressOperator abs[olute] accelerator accept-changes accept-row-changes across active
219 …e node-value-to-longchar node-value-to-memptr nonamespace-schema-location none normalize not-active
233 …egister-domain reject-changes reject-row-changes rejected relation-fi[elds] relations-active remote
H A Dtrasys.vim38 syn keyword trasysSurface imagsf act active com shade bshade axmin
/vim-8.2.3635/runtime/doc/
H A Dif_ruby.txt167 active.
168 line = {str} Sets the current line of the buffer if the buffer is active.
170 active.
H A Dterm.txt800 pressed go to the xterm. With the currently active mode not included in
875 <MiddleMouse> yes if not active no put
876 <MiddleMouse> yes if active no yank and put
887 <LeftMouse> yes (cannot be active) yes
888 <C-LeftMouse> yes (cannot be active) yes "CTRL-O^]" (2)
889 <S-LeftMouse> yes (cannot be active) yes "CTRL-O*" (2)
892 <MiddleMouse> no (cannot be active) no put register
895 <S-RightMouse> yes (cannot be active) yes "CTRL-O#" (2)
896 <C-RightMouse> no (cannot be active) no "CTRL-O CTRL-T"
901 <2-LeftMouse> yes (cannot be active) no "^]" (jump to help tag)
[all …]
H A Dhebrew.txt53 ('deco' does nothing if UTF8 encoding is not active).
109 status line when reverse Insert mode is active.
H A Dvisual.txt117 If Visual mode is active, extends the selection
128 active it is stopped. Only when 'mouse' option
136 <RightMouse> Start Visual mode if it is not active. The text from
138 highlighted. If Visual mode was already active move
155 If Visual mode is not active and the "v", "V" or CTRL-V is preceded with a
H A Dft_sql.txt334 The static popups created contain items defined by the active syntax rules
509 popup window and the table name already chosen when the list became active. >
525 the popup window is active.
540 completion window is active. If the completion popup window is
541 not active, a normal <Right> or <Left> will be executed.
703 This should only be used when the completion window is active. >
H A Dwindows.txt48 *active-buffer*
49 active: The buffer is displayed in a window. If there is a file for this
54 has been read into the buffer. Otherwise it's the same as an active
66 active yes yes 'a'
457 If Visual mode is active and the new window is not for the same buffer, the
1084 a an active buffer: it is loaded and visible
1100 a active buffers
1112 a+ active buffers which are modified
/vim-8.2.3635/src/proto/
H A Dgui_xim.pro2 void im_set_active(int active);
H A Dgui_w32.pro76 void im_set_active(int active);
/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c499 static void resize_buffer(VTermScreen *screen, int bufidx, int new_rows, int new_cols, int active, … in resize_buffer() argument
523 (!active || statefields->pos.row < (new_rows - 1))) { in resize_buffer()
536 if(active) in resize_buffer()
578 if(active) in resize_buffer()
/vim-8.2.3635/runtime/
H A Dgvimrc_example.vim46 " Cursor is green, Cyan when ":lmap" mappings are active
/vim-8.2.3635/runtime/keymap/
H A Desperanto_utf-8.vim17 " make cursor bright green when keymap is active
/vim-8.2.3635/runtime/indent/
H A Draku.vim36 " Is syntax highlighting active ?
H A Dperl.vim29 " Is syntax highlighting active ?
/vim-8.2.3635/runtime/ftplugin/
H A Dsql.vim224 " while the syntax rules for SQL are active.
521 " active due to the <CR> at the beginning of the map
539 " while the syntax rules for SQL are active.

12345