Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 25 of 50) sorted by relevance

12

/vim-8.2.3635/src/
H A Dmap.c114 if (mode & NORMAL) in map_mode_to_chars()
880 mode = NORMAL; // :nmap in get_map_mode()
1004 mode |= NORMAL; in mode_str2flags()
1788 case NORMAL: in makemap()
1800 case NORMAL + VISUAL: in makemap()
1804 case NORMAL + SELECTMODE: in makemap()
1808 case NORMAL + OP_PENDING: in makemap()
1823 case NORMAL + VISUAL + SELECTMODE: in makemap()
1827 case NORMAL + VISUAL + OP_PENDING: in makemap()
2450 {(char_u *)"<S-Insert> \"*P", NORMAL},
[all …]
H A Dgui_xim.c375 if (State & NORMAL in im_delete_preedit()
401 if (State & NORMAL) in im_correct_cursor()
426 if ((State & NORMAL) || (State & INSERT)) in im_show_info()
1033 && (State & (INSERT | CMDLINE | NORMAL | EXTERNCMD)) != 0) in xim_queue_key_press_event()
H A Dvim.h681 #define NORMAL 0x01 // Normal mode, command expected macro
696 #define NORMAL_BUSY (0x100 + NORMAL) // Normal mode, busy with a command
697 #define HITRETURN (0x200 + NORMAL) // waiting for return or command
2484 # undef NORMAL
H A Dgetchar.c1498 State = NORMAL; in openscript()
2574 if (*p_pt != NUL && mp == NULL && (State & (INSERT|NORMAL))) in handle_mapping()
3111 if (gui.in_use && State != NORMAL && !cmd_silent) in vgetorpeek()
3116 State = NORMAL; in vgetorpeek()
3277 if (((State & (NORMAL | INSERT)) || State == LANGMAP) in vgetorpeek()
H A Dgui.c3185 case NORMAL: checkfor = MOUSE_NORMAL; break; in gui_send_mouse_event()
3226 if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT)) in gui_send_mouse_event()
3258 if (checkfor != MOUSE_NONEF && VIsual_active && (State & NORMAL)) in gui_send_mouse_event()
4077 if (State & NORMAL) in gui_drag_scrollbar()
4122 if (State & NORMAL) in gui_drag_scrollbar()
4898 && (State & (NORMAL|INSERT))// Normal/Visual/Insert mode in gui_mouse_focus()
5457 if (State & (NORMAL | INSERT)) in gui_do_findrepl()
H A Dmouse.c253 else if (State == NORMAL && !mouse_has(MOUSE_NORMAL)) in do_mouse()
380 if (State == NORMAL) in do_mouse()
626 if ((State & (NORMAL | INSERT)) in do_mouse()
915 else if ((mod_mask & MOD_MASK_MULTI_CLICK) && (State & (NORMAL | INSERT)) in do_mouse()
H A Dui.c1165 else if ((State & NORMAL) || (State & INSERT)) in ui_focus_change()
H A Dclipboard.c80 if (!redo_VIsual_busy && VIsual_active && (State & NORMAL)) in clip_update_selection()
217 if (VIsual_active && (State & NORMAL) && clip->available) in clip_copy_selection()
H A Ddebugger.c91 State = NORMAL; in do_debug()
H A DREADME.md122 The current mode is stored in `State`. The values it can have are `NORMAL`,
H A Dtextformat.c1101 State = NORMAL; // don't go past end-of-line in format_lines()
H A Dmain.c1174 State = NORMAL; in main_loop()
1232 State = NORMAL; in main_loop()
H A Dedit.c3088 State = NORMAL; // don't want REPLACE here in replace_pop_ins()
3692 State = NORMAL; in ins_esc()
4111 State = NORMAL; in ins_bs()
H A Dmenu.c1783 else if ((state & NORMAL)) in get_menu_index()
1945 if (State & NORMAL) in get_menu_mode()
H A DINSTALLvms.txt83 NORMAL - A default selection of features enabled
/vim-8.2.3635/src/libvterm/src/
H A Dparser.c84 case NORMAL: in string_fragment()
105 case NORMAL: in vterm_input_write()
120 #define ENTER_NORMAL_STATE() ENTER_STATE(NORMAL) in vterm_input_write()
144 vt->parser.state = NORMAL; in vterm_input_write()
184 vt->parser.state = NORMAL; in vterm_input_write()
288 case NORMAL: in vterm_input_write()
H A Dvterm_internal.h175 NORMAL, enumerator
H A Dvterm.c53 vt->parser.state = NORMAL; in vterm_new_with_allocator()
/vim-8.2.3635/
H A D.appveyor.yml11 # - FEATURE: NORMAL
/vim-8.2.3635/.github/workflows/
H A Dci.yml350 features: [HUGE, NORMAL]
369 features: NORMAL
372 features: NORMAL
/vim-8.2.3635/runtime/keymap/
H A Dthaana-phonetic_utf-8.vim11 " THAANA NORMAL LETTERS
/vim-8.2.3635/runtime/syntax/
H A Ddircolors.vim20 syntax keyword dircolorsKeyword NORMAL NORM FILE RESET DIR LNK LINK SYMLINK
H A Dfgl.vim61 syn keyword fglKeyword NAME NCHAR NEED NEW NEXT NEXTPAGE NO NOCR NOENTRY NONE NORMAL
H A Dgtkrc.vim38 syn keyword gtkrcStateName NORMAL INSENSITIVE PRELIGHT ACTIVE SELECTED
/vim-8.2.3635/runtime/doc/
H A Dusr_26.txt188 NORMAL MODE SCRIPTS

12