| /vim-8.2.3635/src/ |
| H A D | map.c | 101 if ((mode & (INSERT + CMDLINE)) == INSERT + CMDLINE) in map_mode_to_chars() 103 else if (mode & INSERT) in map_mode_to_chars() 874 mode = INSERT; // :imap in get_map_mode() 895 mode = INSERT + CMDLINE; // :map ! in get_map_mode() 1014 mode |= INSERT; in mode_str2flags() 1194 expand_mapmodes = INSERT + CMDLINE; in set_context_in_map_cmd() 1841 case CMDLINE + INSERT: in makemap() 1848 case INSERT: in makemap() 2466 {(char_u *)"\316w <C-Home>", INSERT+CMDLINE}, 2468 {(char_u *)"\316u <C-End>", INSERT+CMDLINE}, [all …]
|
| H A D | getchar.c | 1319 if ((!(State & (INSERT + CMDLINE)) || arrow_used) in may_sync_undo() 2418 && !(p_paste && (State & (INSERT + CMDLINE))) in handle_mapping() 2440 LANGMAP_ADJUST(tb_c1, (State & (CMDLINE | INSERT)) == 0 in handle_mapping() 2588 if (!(State & INSERT)) in handle_mapping() 3011 && (State & (INSERT + CMDLINE))) in vgetorpeek() 3095 && (State & INSERT) in vgetorpeek() 3225 if (p_im && (State & INSERT)) in vgetorpeek() 3259 if (((State & INSERT) != 0 || p_lz) && (State & CMDLINE) == 0 in vgetorpeek() 3277 if (((State & (NORMAL | INSERT)) || State == LANGMAP) in vgetorpeek() 3281 if (State & INSERT in vgetorpeek() [all …]
|
| H A D | mouse.c | 336 if (State & INSERT) in do_mouse() 411 else if ((State & INSERT) == 0) in do_mouse() 419 if ((State & INSERT) || !mouse_has(MOUSE_NORMAL)) in do_mouse() 626 if ((State & (NORMAL | INSERT)) in do_mouse() 819 else if ((State & INSERT) && VIsual_active) in do_mouse() 876 if (State & INSERT) in do_mouse() 886 if ((State & INSERT) || (VIsual_active && VIsual_select)) in do_mouse() 915 else if ((mod_mask & MOD_MASK_MULTI_CLICK) && (State & (NORMAL | INSERT)) in do_mouse() 1417 else if (State & INSERT) in setmouse()
|
| H A D | indent.c | 831 if ((State & INSERT) || has_format_option(FO_Q_COMS)) in get_number_indent() 1277 State = INSERT; in change_indent() 1298 else if (!(State & INSERT)) in change_indent() 1354 if (State & INSERT) in change_indent() 1836 State = INSERT; in get_expr_indent()
|
| H A D | change.c | 1126 if (p_sm && (State & INSERT) in ins_char_bytes() 1448 if ((State & INSERT) && !(State & VREPLACE_FLAG)) in open_line() 2116 if ((State & INSERT) && !(State & VREPLACE_FLAG)) in open_line() 2194 if (trunc_line || (State & INSERT)) in open_line() 2236 State = INSERT; in open_line()
|
| H A D | vim.h | 686 #define INSERT 0x10 // Insert mode macro 691 #define REPLACE (REPLACE_FLAG + INSERT) 693 #define VREPLACE (REPLACE_FLAG + VREPLACE_FLAG + INSERT) 702 #define SHOWMATCH (0x700 + INSERT) // show matching paren
|
| H A D | misc2.c | 34 || ((cur_ve_flags & VE_INSERT) && (State & INSERT))); in virtual_active() 139 one_more = (State & INSERT) in coladvance2() 172 && ((State & INSERT) == 0 || (int)wcol > csize + 1)) in coladvance2() 569 if ((State & INSERT) || restart_edit in check_cursor_col_win() 2307 if (State & INSERT) in get_shape_idx()
|
| H A D | gui.c | 3192 case INSERT: in gui_send_mouse_event() 3193 case INSERT+LANGMAP: checkfor = MOUSE_INSERT; break; in gui_send_mouse_event() 3226 if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT)) in gui_send_mouse_event() 4082 else if (State & INSERT) in gui_drag_scrollbar() 4124 else if (State & INSERT) 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 | edit.c | 221 State = INSERT; in edit() 285 State = INSERT; in edit() 320 revins_on = (State == INSERT && p_ri); in edit() 2782 if (n > 0 || !((State & INSERT) || (fdo_flags & FDO_ALL))) in cursor_up() 3742 revins_on = (State == INSERT && p_ri); in ins_ctrl_() 3826 State = INSERT | (State & LANGMAP); in ins_insert()
|
| H A D | gui_xim.c | 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 | ui.c | 1165 else if ((State & NORMAL) || (State & INSERT)) in ui_focus_change()
|
| H A D | screen.c | 73 else if (State & INSERT) in conceal_cursor_line() 4145 && ((State & INSERT) in showmode() 4219 else if (State & INSERT) in showmode() 4251 if ((State & INSERT) && p_paste) in showmode()
|
| H A D | term.c | 4064 else if (State & INSERT) in term_cursor_mode() 4066 if ((forced || showing_mode != INSERT) && *T_CSI != NUL) in term_cursor_mode() 4069 showing_mode = INSERT; in term_cursor_mode() 5377 if (*tp == ESC && !p_ek && (State & INSERT)) in check_termcode()
|
| H A D | README.md | 123 `INSERT`, `CMDLINE`, and a few others.
|
| H A D | textformat.c | 1107 State = INSERT; // for open_line() in format_lines()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_messages.vim | 43 " indicator (e.g., "-- INSERT --") when ":stopinsert" is invoked. Message 118 call WaitForAssert({-> assert_match('^-- INSERT --\s*$', term_getline(buf, rows))}) 146 call WaitForAssert({-> assert_match('^-- INSERT --\s*$', term_getline(buf, rows))})
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | modsim3.vim | 39 syn keyword modsim3Builtin INPUT INSERT INTTOSTR ISANCESTOR LOW LOWER MAX MAXOF
|
| H A D | tt2.vim | 144 \ INSERT INCLUDE PROCESS WRAPPER FILTER
|
| H A D | fgl.vim | 52 syn keyword fglKeyword INFIELD INIT INITIALIZE INPUT INSERT INSTRUCTIONS INT INTEGER
|
| H A D | chill.vim | 90 syn keyword chillEDML select SELECT delete DELETE update UPDATE in IN seq SEQ WHERE where INSERT i…
|
| H A D | abap.vim | 114 …F IMPORT IMPORTING INDEX INFOTYPES INITIALIZATION INTERFACE INTERFACES INPUT INSERT IMPLEMENTATION
|
| H A D | sqlhana.vim | 243 syn keyword sqlStatement DELETE INSERT UPDATE EXPLAIN
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.bg.utf-8 | 96 Урок 1.4: ПРОМЯНА НА ТЕКСТ - ВЪВЕЖДАНЕ (INSERT)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | rileft.txt | 89 If the 'showmode' option is set, "-- REVERSE INSERT --" will be shown
|
| H A D | hebrew.txt | 108 If the 'showmode' option is set, "-- REVERSE INSERT --" will be shown in the
|