| /vim-8.2.3635/src/ |
| H A D | map.c | 114 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 D | gui_xim.c | 375 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 D | vim.h | 681 #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 D | getchar.c | 1498 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 D | gui.c | 3185 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 D | mouse.c | 253 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 D | ui.c | 1165 else if ((State & NORMAL) || (State & INSERT)) in ui_focus_change()
|
| H A D | clipboard.c | 80 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 D | debugger.c | 91 State = NORMAL; in do_debug()
|
| H A D | README.md | 122 The current mode is stored in `State`. The values it can have are `NORMAL`,
|
| H A D | textformat.c | 1101 State = NORMAL; // don't go past end-of-line in format_lines()
|
| H A D | main.c | 1174 State = NORMAL; in main_loop() 1232 State = NORMAL; in main_loop()
|
| H A D | edit.c | 3088 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 D | menu.c | 1783 else if ((state & NORMAL)) in get_menu_index() 1945 if (State & NORMAL) in get_menu_mode()
|
| H A D | INSTALLvms.txt | 83 NORMAL - A default selection of features enabled
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | parser.c | 84 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 D | vterm_internal.h | 175 NORMAL, enumerator
|
| H A D | vterm.c | 53 vt->parser.state = NORMAL; in vterm_new_with_allocator()
|
| /vim-8.2.3635/ |
| H A D | .appveyor.yml | 11 # - FEATURE: NORMAL
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 350 features: [HUGE, NORMAL] 369 features: NORMAL 372 features: NORMAL
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | thaana-phonetic_utf-8.vim | 11 " THAANA NORMAL LETTERS
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dircolors.vim | 20 syntax keyword dircolorsKeyword NORMAL NORM FILE RESET DIR LNK LINK SYMLINK
|
| H A D | fgl.vim | 61 syn keyword fglKeyword NAME NCHAR NEED NEW NEXT NEXTPAGE NO NOCR NOENTRY NONE NORMAL
|
| H A D | gtkrc.vim | 38 syn keyword gtkrcStateName NORMAL INSENSITIVE PRELIGHT ACTIVE SELECTED
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_26.txt | 188 NORMAL MODE SCRIPTS
|