| /vim-8.2.3635/src/testdir/ |
| H A D | test_exists_autocmd.vim | 10 au BufEnter * let g:entered=1 14 au BufEnter * let g:entered=1 18 au BufEnter *.test let g:entered=1 22 au BufEnter <buffer> let g:entered=1
|
| H A D | test_autocmd.vim | 1474 au! CmdlineChanged : let g:entered = expand('<afile>') 1475 let g:entered = 0 1477 call assert_equal(':', g:entered) 1480 au! CmdlineEnter : let g:entered = expand('<afile>') 1482 let g:entered = 0 1485 call assert_equal(':', g:entered) 1492 au! CmdlineEnter / let g:entered = expand('<afile>') 1494 let g:entered = 0 1499 call assert_equal('/', g:entered)
|
| H A D | test_vim9_script.vim | 3626 au TabEnter *.vim g:entered = 1 3627 au TabEnter *.x g:entered = 2 3631 assert_equal(1, g:entered) 3634 assert_equal(2, g:entered) 3636 g:entered = 0 3638 assert_equal(2, g:entered) 3643 unlet g:entered
|
| H A D | test_popup.vim | 15 let entered = strcharpart(getline('.'),0,col('.')) 16 if !empty(entered) 17 let mth = filter(mth, 'v:val=~"^".entered')
|
| /vim-8.2.3635/src/ |
| H A D | message.c | 132 static int entered = 0; in msg_attr_keep() local 151 if (entered >= 3) in msg_attr_keep() 153 ++entered; in msg_attr_keep() 185 --entered; in msg_attr_keep() 2805 static int entered = FALSE; in do_more_prompt() local 2820 if (entered || (State == HITRETURN && typed_char == 0)) in do_more_prompt() 2822 entered = TRUE; in do_more_prompt() 3061 entered = FALSE; in do_more_prompt()
|
| H A D | screen.c | 1220 static int entered = FALSE; in win_redr_custom() local 1242 if (entered) in win_redr_custom() 1244 entered = TRUE; in win_redr_custom() 1396 entered = FALSE; in win_redr_custom() 2598 static int entered = FALSE; // avoid recursiveness in screenalloc() local 2624 if (entered) in screenalloc() 2626 entered = TRUE; in screenalloc() 2893 entered = FALSE; in screenalloc()
|
| H A D | os_unix.c | 987 static int entered = 0; // count the number of times we got here. in SIGDEFARG() local 1023 if (entered == 0 in SIGDEFARG() 1049 ++entered; in SIGDEFARG() 1057 set_vim_var_nr(VV_DYING, (long)entered); in SIGDEFARG() 1059 v_dying = entered; in SIGDEFARG() 1109 if (entered >= 3) in SIGDEFARG() 1113 if (entered >= 4) in SIGDEFARG() 1117 if (entered == 2) in SIGDEFARG()
|
| H A D | getchar.c | 2198 static int entered = 0; in parse_queued_messages() local 2215 ++entered; in parse_queued_messages() 2271 if (entered == 1 && was_safe) in parse_queued_messages() 2281 --entered; in parse_queued_messages()
|
| H A D | drawscreen.c | 564 static int entered = FALSE; in redraw_custom_statusline() local 569 if (entered) in redraw_custom_statusline() 571 entered = TRUE; in redraw_custom_statusline() 585 entered = FALSE; in redraw_custom_statusline()
|
| H A D | fold.c | 3793 static int entered = FALSE; in f_foldtextresult() local 3803 if (entered) in f_foldtextresult() 3805 entered = TRUE; in f_foldtextresult() 3821 entered = FALSE; in f_foldtextresult()
|
| H A D | gui.c | 5542 static int entered = FALSE; in gui_handle_drop() local 5549 if (entered) in gui_handle_drop() 5551 entered = TRUE; in gui_handle_drop() 5611 entered = FALSE; in gui_handle_drop()
|
| H A D | buffer.c | 5416 static int entered = 0; in do_modelines() local 5423 if (entered) in do_modelines() 5426 ++entered; in do_modelines() 5436 --entered; in do_modelines()
|
| H A D | memline.c | 3962 static int entered = FALSE; in ml_flush_line() local 3971 if (entered) in ml_flush_line() 3973 entered = TRUE; in ml_flush_line() 4061 entered = FALSE; in ml_flush_line()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | arabic.txt | 62 o While in Arabic mode, numbers are entered from left to right. Upon 321 combined characters (even those entered after both
|
| H A D | recover.txt | 218 If you entered a new crypt key but did not write the text file, ~ 230 2. You entered a new encryption key, but did not save the text file. Vim will
|
| H A D | hebrew.txt | 111 When the 'allowrevins' option is set, reverse Insert mode can be also entered
|
| H A D | os_mac.txt | 113 In a terminal CTRL-^ needs to be entered as Shift-Control-6. CTRL-@ as
|
| H A D | usr_25.txt | 224 This is entered by typing a tab, some text, <Enter>, tab and more text. 489 field can be entered.
|
| H A D | cmdline.txt | 244 <CR> or <NL> start entered command 249 present in 'cpoptions', start entered command. 341 :his[tory] Print the history of last entered commands. 1146 any command that you entered in the command-line window. Other text edits are
|
| H A D | motion.txt | 265 {char} can be entered as a digraph |digraph-arg|. 275 {char} can be entered like with the |f| command. 281 {char} can be entered like with the |f| command. 287 {char} can be entered like with the |f| command.
|
| H A D | intro.txt | 324 the (partially) entered count is shown at the bottom of the 654 - Hitting <CR> or <NL>, which causes the entered command to be executed. 681 edit command is entered, see |t_CTRL-\_CTRL-N|.
|
| H A D | change.txt | 168 under the cursor. Repeat the entered text [count]-1 175 Repeat the entered text [count]-1 times. See 285 {char} can be entered as a digraph |digraph-arg|. 296 {char} can be entered like with |r|. 300 When 'cpo' doesn't contain the 'D' flag, this character can also be entered 1711 blank that you have entered during the current insert command. (Note:
|
| H A D | windows.txt | 113 windows and reading the files, that's only done when they are really entered. 688 windows here, that's only done when they are really entered. 1124 line when the buffer is first entered. Note that other 1319 windows here, that's only done when they are really entered.
|
| H A D | insert.txt | 83 CTRL-U Delete all entered characters before the cursor in the current 84 line. If there are no newly entered characters and 102 example, the string "<S-Space>" can be entered by typing 293 entered directly. This way you can enter any character, except a line break 503 "v" Only break at a white character that has been entered during the 506 started and only at a white character that has been entered during the
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 350 " has entered: 504 " Filter the list based on the first few characters the user entered. 848 " If . was entered, look at the word just before the .
|