Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/vim-8.2.3635/src/
H A Dlocale.c20 get_locale_val(int what) in get_locale_val() argument
273 int what = LC_ALL; in ex_language() local
291 what = VIM_LC_MESSAGES; in ex_language()
297 what = LC_CTYPE; in ex_language()
303 what = LC_TIME; in ex_language()
309 what = LC_COLLATE; in ex_language()
318 if (what == VIM_LC_MESSAGES) in ex_language()
330 if (what == VIM_LC_MESSAGES) in ex_language()
355 if (what != LC_TIME && what != LC_COLLATE) in ex_language()
361 if (what == LC_ALL) in ex_language()
[all …]
H A Dinstallman.sh19 what=$1
39 if test $what = "install" -o $what = "xxd"; then
49 if test $what = "install"; then
96 if test $what = "uninstall"; then
116 if test $what = "xxd" -a -r "$helpsource/xxd${langadd}.1"; then
H A Dcharset.c1811 int what, // what numbers to recognize in vim_str2nr() argument
1837 if ((what & STR2NR_HEX) in vim_str2nr()
1842 else if ((what & STR2NR_BIN) in vim_str2nr()
1847 else if ((what & STR2NR_OOCT) in vim_str2nr()
1856 if (what & STR2NR_OCT) in vim_str2nr()
1875 || ((what & STR2NR_BIN) && (what & STR2NR_FORCE))) in vim_str2nr()
1890 if ((what & STR2NR_QUOTE) && *ptr == '\'' in vim_str2nr()
1900 pre == '0' || ((what & STR2NR_OCT) && (what & STR2NR_FORCE))) in vim_str2nr()
1915 if ((what & STR2NR_QUOTE) && *ptr == '\'' in vim_str2nr()
1924 else if (pre != 0 || ((what & STR2NR_HEX) && (what & STR2NR_FORCE))) in vim_str2nr()
[all …]
H A Dtextobject.c171 int what, in findpar() argument
208 if (!first && did_skip && (startPS(curr, what, both) in findpar()
209 || (posix && what == NUL && *ml_get(curr) == '{'))) in findpar()
229 if (curr == curbuf->b_ml.ml_line_count && what != '}') in findpar()
1037 int what, // '(', '{', etc. in current_block() argument
1058 if (what == '{') // ignore indent in current_block()
1062 if (gchar_cursor() == what) in current_block()
1082 if ((pos = findmatch(NULL, what)) != NULL) in current_block()
1086 if ((pos = findmatch(NULL, what)) == NULL) in current_block()
1096 if ((pos = findmatchlimit(NULL, what, FM_FORWARD, 0)) == NULL) in current_block()
[all …]
H A Dquickfix.c6810 qf_getprop_keys2flags(dict_T *what, int loclist) in qf_getprop_keys2flags() argument
6872 qf_getprop_qfidx(qf_info_T *qi, dict_T *what) in qf_getprop_qfidx() argument
7099 qf_idx = qf_getprop_qfidx(qi, what); in qf_get_properties()
7305 dict_T *what, in qf_setprop_get_qfidx() argument
7407 dict_T *what, in qf_setprop_items_from_lines() argument
7630 dict_T *what) in set_errorlist() argument
7650 if (list->lv_len != 0 && what != NULL) in set_errorlist()
7659 if (what != NULL) in set_errorlist()
8393 dict_T *what = NULL; in set_qf_ll_list() local
8416 what = what_arg->vval.v_dict; in set_qf_ll_list()
[all …]
H A Dinstallml.sh24 what=$1
49 if test $what = "install" -a \( -f $destdir/$vimname.1 -o -f $destdir/$vimdiffname.1 -o -f $destdir…
119 if test $what = "uninstall"; then
H A Dgui_gtk.c2066 GtkWidget *what; // 'Find what' entry text widget member
2236 gtk_entry_set_text(GTK_ENTRY(frdp->what), (char *)entry_text); in find_replace_dialog_create()
2247 gtk_widget_grab_focus(frdp->what); in find_replace_dialog_create()
2334 frdp->what = gtk_entry_new(); in find_replace_dialog_create()
2337 gtk_entry_set_text(GTK_ENTRY(frdp->what), (char *)entry_text); in find_replace_dialog_create()
2338 g_signal_connect(G_OBJECT(frdp->what), "changed", in find_replace_dialog_create()
2340 g_signal_connect_after(G_OBJECT(frdp->what), "key-press-event", in find_replace_dialog_create()
2344 gtk_grid_attach(GTK_GRID(table), frdp->what, 2, 0, 5, 1); in find_replace_dialog_create()
2346 gtk_table_attach(GTK_TABLE(table), frdp->what, 1, 1024, 0, 1, in find_replace_dialog_create()
2397 g_signal_connect(G_OBJECT(frdp->what), "activate", in find_replace_dialog_create()
[all …]
/vim-8.2.3635/runtime/ftplugin/
H A Dzimbu.vim47 func! GCUpperDot(what) argument
51 return a:what
53 return GCUpperCommon(a:what)
57 func! GCUpper(what) argument
61 return a:what
67 func! GCUpperSpace(what) argument
71 return a:what
76 func! GCUpperCommon(what) argument
81 return a:what
87 return a:what
[all …]
H A Dmf.vim33 function! s:move_around(count, what, flags, visual) argument
37 call search(s:mp_regex[a:what], a:flags.'s') " 's' sets previous context mark
38 call map(range(2, a:count), 'search(s:mp_regex[a:what], a:flags)')
H A Dmp.vim42 function! s:move_around(count, what, flags, visual) argument
46 call search(s:mp_regex[a:what], a:flags.'s') " 's' sets previous context mark
47 call map(range(2, a:count), 'search(s:mp_regex[a:what], a:flags)')
H A Dcontext.vim52 function! s:move_around(count, what, flags, visual) argument
56 call search(s:context_regex[a:what], a:flags.'s') " 's' sets previous context mark
57 call map(range(2, a:count), 'search(s:context_regex[a:what], a:flags)')
/vim-8.2.3635/runtime/doc/
H A Dpopup.txt56 what goes on top of what.
206 popup_atcursor({what}, {options}) *popup_atcursor()*
209 call popup_create({what}, #{
223 popup_beval({what}, {options}) *popup_beval()*
227 call popup_create({what}, #{
264 popup_create({what}, {options}) *popup_create()*
289 popup_dialog({what}, {options}) *popup_dialog()*
291 call popup_create({what}, #{
445 popup_menu({what}, {options}) *popup_menu()*
450 call popup_create({what}, #{
[all …]
H A Dusr_20.txt100 of what you already typed, without executing it, press CTRL-C or <Esc>.
135 to ":fu". But since most people don't understand what that stands for, we
198 If you press <Tab> on the last matching entry, you will go back to what you
240 What is completed with <Tab> is what Vim expects in that place. Just try
241 it out to see how it works. In some situations you will not get what you
242 want. That's either because Vim doesn't know what you want, or because
312 what you typed and correct that. Or use CTRL-U to start all over again.
323 CTRL-P will work like <Up>, except that it doesn't matter what you already
H A Dusr_32.txt135 Using |:undo| is useful if you know what change you want to jump to. |g-| and
136 |g+| are useful if you don't know exactly what the change number is.
146 To see what branches there are in the undo tree use this command: >
172 use the |undotree()| function. To see what it returns: >
H A Dusr_31.txt26 to find the file you want to edit. But what if you want to split a window to
88 dialog. You can then press "OK" or "Cancel" to tell Vim what you want.
104 you want to lose the changes for ever: "NO". If you forgot what you were
105 doing and want to check what really changed use "CANCEL". You will be back in
137 select commands, without knowing what they are called. But you have to move
152 what it should do with the <Alt> key.
H A Dusr_02.txt10 commands, they form the base for what follows.
35 is a new file, you get a blank window. This is what your screen will look
79 limerick, this is what you type: >
99 To be able to see what mode you are in, type this command: >
125 switches modes. To get back to Normal mode, no matter what mode you are in,
316 That works fine; but what happens if you want to add stuff to the end of the
399 By specifying the override, you are in effect telling Vim, "I know that what
411 If you know what you are looking for, it is usually easier to search for it
480 These all begin with a dash (-). To find what the -t argument does, for
487 in single quotation marks. To find out what the 'number' option does, for
[all …]
H A Dusr_42.txt214 him a hint about what he could have typed, instead of using the mouse.
236 '&' for accelerators can be omitted. The <Tab> and what comes after it can be
310 redefine what these items do (after the default menus are setup).
325 text that explains what a toolbar item will do. For example "Open file". It
358 Douglas Adams, the only person who knew what this question really was about is
359 now dead, unfortunately. So now you might wonder what the meaning of death
H A Dchannel.txt213 what you want! Stopping the job with job_stop() might be better.
538 ch_getbufnr({handle}, {what}) *ch_getbufnr()*
539 Get the buffer number that {handle} is using for String {what}.
541 {what} can be "err" for stderr, "out" for stdout or empty for
546 GetChannel()->ch_getbufnr(what)
608 after every message, on Unix you can use "tail -f" to see what
611 To enable the log very early, to see what is received from a
862 "status" what |job_status()| returns
863 "channel" what |job_getchannel()| returns
1115 will be disconnected from what they were used before.
[all …]
/vim-8.2.3635/READMEdir/
H A DREADME_extra.txt3 These extra files of Vim are for special purposes. This README explains what
9 know what Farsi is, this is not for you.
11 src/if_sniff.* Interface to SNiFF. If you don't know what SNiFF is,
/vim-8.2.3635/src/proto/
H A Dtextobject.pro3 int findpar(int *pincl, int dir, long count, int what, int both);
11 int current_block(oparg_T *oap, long count, int include, int what, int other);
/vim-8.2.3635/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md12 A clear and concise description of what is hard to do. Ex. It is difficult to [...] when [...]
16 A clear and concise description of what you want to happen.
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac19 " 4. Check what is directly in front of you. If it is a wall, turn on the
108 " I'll explain what I mean by an example. Edit a file and
123 " works, all you need to do is examine macros I and L and learn what they
128 " Macro L then searches these tables to find out what actions to perform and
129 " what state changes to make.
139 " One way to see what each part of the macros is doing is to type in the
141 " what happens at each step.
/vim-8.2.3635/src/testdir/
H A Dtest_getvar.vim127 " get({lambda}, {what} [, {default}])
137 " get({func}, {what} [, {default}])
152 " get({partial}, {what} [, {default}]) - in test_partial.vim
/vim-8.2.3635/runtime/keymap/
H A Dbulgarian-phonetic.vim10 " This keymap corresponds to what is called "phonetic layout" in Bulgaria:
31 " For details of what key or key combination maps to what character, please
H A Dbulgarian-bds.vim10 " This keymap corresponds to what is called Bulgarian standard typewriter
37 " For details of what key or key combination maps to what character, please

12345678910>>...12