Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 113) sorted by relevance

12345

/vim-8.2.3635/src/testdir/
H A Dtest_join.vim255 action();
259 action();
287 action();
289 action();
349 action();
353 action();
413 action();
415 action();
H A Dtest_cindent.vim3822 action();
3854 action();
3892 action();
3924 action();
3962 action();
3995 action();
4034 action();
4072 action();
4116 action();
4143 action();
[all …]
H A Dtest_lua.vim1051 let w:wvar6 = #{action: 'run'}
1057 call assert_equal(#{action: 'run'}, luaeval('vim.w.wvar6'))
1092 let b:bvar6 = #{action: 'run'}
1098 call assert_equal(#{action: 'run'}, luaeval('vim.b.bvar6'))
1133 let t:tvar6 = #{action: 'run'}
1139 call assert_equal(#{action: 'run'}, luaeval('vim.t.tvar6'))
/vim-8.2.3635/src/
H A Dbuffer.c497 int action, in close_buffer() argument
508 int wipe_buf = (action == DOBUF_WIPE || action == DOBUF_WIPE_REUSE); in close_buffer()
1179 int action) in empty_curbuf() argument
1229 int action, in do_buffer_ext() argument
1237 int unload = (action == DOBUF_UNLOAD || action == DOBUF_DEL in do_buffer_ext()
1238 || action == DOBUF_WIPE || action == DOBUF_WIPE_REUSE); in do_buffer_ext()
1347 if (action != DOBUF_WIPE && action != DOBUF_WIPE_REUSE in do_buffer_ext()
1570 int action, in do_buffer() argument
1706 int unload = (action == DOBUF_UNLOAD || action == DOBUF_DEL in set_curbuf()
1707 || action == DOBUF_WIPE || action == DOBUF_WIPE_REUSE); in set_curbuf()
[all …]
H A Dsearch.c3609 if (action == ACTION_EXPAND) in find_pattern_in_path()
3719 if (action == ACTION_EXPAND) in find_pattern_in_path()
3835 else if (action == ACTION_SHOW) in find_pattern_in_path()
3855 if (action == ACTION_SPLIT) in find_pattern_in_path()
3891 if (action != ACTION_SHOW) in find_pattern_in_path()
3919 && action == ACTION_EXPAND in find_pattern_in_path()
3926 if (action == ACTION_EXPAND) in find_pattern_in_path()
3983 if (action != ACTION_SHOW_ALL) in find_pattern_in_path()
3998 if (action == ACTION_SHOW || action == ACTION_SHOW_ALL) in find_pattern_in_path()
4013 int action, in show_pat_in_path() argument
[all …]
H A Dquickfix.c7237 int action) in qf_add_entries() argument
7285 if (action != 'a') in qf_add_entries()
7306 int action, in qf_setprop_get_qfidx() argument
7321 if ((action == ' ' || action == 'a') && qf_idx == qi->qf_listcount) in qf_setprop_get_qfidx()
7394 title_save, action == ' ' ? 'a' : action); in qf_setprop_items()
7409 int action) in qf_setprop_items_from_lines() argument
7428 if (action == 'r') in qf_setprop_items_from_lines()
7628 int action, in set_errorlist() argument
8379 int action = 0; in set_qf_ll_list() local
8403 action = *act; in set_qf_ll_list()
[all …]
H A Dmemline.c4125 ml_find_line(buf_T *buf, linenr_T lnum, int action) in ml_find_line() argument
4151 if (ML_SIMPLE(action) in ml_find_line()
4157 if (action == ML_INSERT) in ml_find_line()
4162 else if (action == ML_DELETE) in ml_find_line()
4182 if (action == ML_FLUSH) // nothing else to do in ml_find_line()
4221 if (action == ML_INSERT) in ml_find_line()
4223 else if (action == ML_DELETE) in ml_find_line()
4292 if (action == ML_DELETE) in ml_find_line()
4297 else if (action == ML_INSERT) in ml_find_line()
4313 if (action == ML_DELETE) in ml_find_line()
[all …]
H A Dos_amiga.c1196 long action, // packet type ... (what you want handler to do) in dos_packet() argument
1206 return DoPkt(pid, action, arg, 0L, 0L, 0L, 0L); // use 2.0 function in dos_packet()
1223 packet->sp_Pkt.dp_Type = action; in dos_packet()
H A Dlist.c2894 char_u *action; in extend() local
2919 action = tv_get_string_chk(&argvars[2]); in extend()
2920 if (action == NULL) in extend()
2923 if (STRCMP(action, av[i]) == 0) in extend()
2927 semsg(_(e_invarg2), action); in extend()
2932 action = (char_u *)"force"; in extend()
2937 dict_extend(d1, d2, action, func_name); in extend()
H A Ddict.c1077 dict_extend(dict_T *d1, dict_T *d2, char_u *action, char *func_name) in dict_extend() argument
1120 else if (*action == 'e') in dict_extend()
1125 else if (*action == 'f' && HI2DI(hi2) != di1) in dict_extend()
H A Dgui_athena.c1267 void (*action)(BalloonEval *); in gui_mch_show_toolbar() local
1271 action = &gui_mch_enable_beval_area; in gui_mch_show_toolbar()
1273 action = &gui_mch_disable_beval_area; in gui_mch_show_toolbar()
1301 (*action)(cur->tip); in gui_mch_show_toolbar()
/vim-8.2.3635/.github/workflows/
H A Dcodeql-analysis.yml37 uses: github/codeql-action/init@v1
48 uses: github/codeql-action/autobuild@v1
62 uses: github/codeql-action/analyze@v1
/vim-8.2.3635/src/proto/
H A Dbuffer.pro8 int close_buffer(win_T *win, buf_T *buf, int action, int abort_if_last, int ignore_abort);
15 int do_buffer(int action, int start, int dir, int count, int forceit);
16 void set_curbuf(buf_T *buf, int action);
H A Dtag.pro12 int set_tagstack(win_T *wp, dict_T *d, int action);
H A Dquickfix.pro30 int set_errorlist(win_T *wp, list_T *list, int action, char_u *title, dict_T *what);
H A Dsearch.pro35 …nt dir, int len, int whole, int skip_comments, int type, long count, int action, linenr_T start_ln…
H A Ddict.pro39 void dict_extend(dict_T *d1, dict_T *d2, char_u *action, char *func_name);
/vim-8.2.3635/runtime/syntax/
H A Dtmux.vim71 \ escape-time exit-empty activity-action assume-paste-time base-index
72 \ bell-action default-command default-shell default-size destroy-unattached
85 \ set-clipboard set-titles set-titles-string silence-action status status-bg
H A Ddune.vim30 syn keyword lispKey library_flags c_flags c_library_flags kind package action
H A Dxkb.vim44 syn keyword xkbIdentifier action affect alias allowExplicit approx baseColor button clearLocks colo…
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac82 " the action is carried out.
133 " action to take in this state and after this is the next state to change to.
136 " letter 'n' and the current state. After this is the action to take to
190 " bX - and yank the action corresponding to this state table entry
196 " @m - execute the action associated with this state
H A DREADME.txt19 (If you can't wait to see the action, jump to step 4)
/vim-8.2.3635/runtime/indent/
H A Dawk.vim13 " - This version likes the closing brace of a multiline pattern-action be on
14 " character position 1 before the following pattern-action combination is
60 " 'pattern { action }' (simple check match on /{/ increases the indent then)
/vim-8.2.3635/runtime/doc/
H A Dgui_w32.txt81 In the "open" action, use: >
92 If you want Vim to start full-screen, use this for the Open action: >
130 is that the file associations will make starting Vim the default action. With
189 to be used as the default (normally the "open" action) and click on the
H A Dscroll.txt240 For the Win32 GUI the scroll action is hard coded. It works just like
242 depends on your mouse driver. If the scroll action causes input focus
249 (while the text is actually moving downwards). The default action for these

12345