| /vim-8.2.3635/runtime/autoload/ |
| H A D | context.vim | 53 function! context#job_status() 64 function! context#stop_jobs() 84 function! context#callback(path, job, status) 91 function! context#close_cb(channel) 98 \ 'close_cb' : 'context#close_cb', 107 function! context#job_status() 111 function! context#stop_jobs() 115 function! context#callback(path, job, status) 158 function! context#command() 160 \ . ' --script context --autogenerate --nonstopmode' [all …]
|
| H A D | htmlcomplete.vim | 171 let context = b:compl_context 177 let context = b:compl_context 230 if context =~ '>' 248 if context =~ '^\s*$' 252 let tag = split(context)[0] 266 if context =~ '\s' 618 if context =~ '^\/' 619 if context =~ '^\/.' 658 let context = tolower(context) 678 if m =~ '^'.context [all …]
|
| H A D | xmlcomplete.vim | 129 if context =~ '^\/' 176 if context =~ '>' 187 if context == '' 200 if context =~ '\s' 305 if context =~ '^\/' 316 if context =~ '^!' 320 if m =~ '^'.context 334 if context =~ '^?' 364 let context = substitute(context, '^\k*:', '', '') 367 if m =~ '^'.context [all …]
|
| H A D | python3complete.vim | 102 def vimpy3complete(context,match): 109 all = cmpl.get_completions(context,match) 191 def get_completions(self,context,match): 192 #dbg("get_completions('%s','%s')" % (context,match)) 194 if context: stmt += str(context)
|
| H A D | pythoncomplete.vim | 100 def vimcomplete(context,match): 126 all = cmpl.get_completions(context,match) 209 def get_completions(self,context,match): 210 dbg("get_completions('%s','%s')" % (context,match)) 212 if context: stmt += str(context)
|
| /vim-8.2.3635/src/ |
| H A D | sound.c | 96 static ca_context *context = NULL; variable 185 if (context == NULL) in sound_play_common() 186 ca_context_create(&context); in sound_play_common() 187 if (context != NULL) in sound_play_common() 195 res = ca_context_play(context, sound_id, in sound_play_common() 252 if (context != NULL) in f_sound_stop() 262 if (context != NULL) in f_sound_clear() 264 ca_context_destroy(context); in f_sound_clear() 265 context = NULL; in f_sound_clear() 275 if (context != NULL) in sound_free() [all …]
|
| H A D | evalfunc.c | 215 argcontext_T *context) in check_arg_type() argument 220 context->arg_idx - context->arg_count, context->arg_idx + 1, in check_arg_type() 481 type_T *prev_type = context->arg_types[context->arg_idx - 1]; in arg_same_as_prev() 494 type_T *prev_type = context->arg_types[context->arg_idx - 1]; in arg_same_struct_as_prev() 496 if (prev_type->tt_type != context->arg_types[context->arg_idx]->tt_type) in arg_same_struct_as_prev() 508 type_T *prev_type = context->arg_types[context->arg_idx - 1]; in arg_item_of_prev() 558 type_T *first_type = context->arg_types[context->arg_idx - 2]; in arg_extend3() 612 type_T *first_type = context->arg_types[context->arg_idx - 1]; in arg_remove2() 2446 argcontext_T context; in internal_func_check_arg_types() local 2450 context.arg_cctx = cctx; in internal_func_check_arg_types() [all …]
|
| H A D | cmdexpand.c | 783 if (context != EXPAND_FILES in addstar() 785 && context != EXPAND_SHELLCMD in addstar() 794 if (context == EXPAND_HELP in addstar() 795 || context == EXPAND_COLORS in addstar() 796 || context == EXPAND_COMPILER in addstar() 797 || context == EXPAND_OWNSYNTAX in addstar() 798 || context == EXPAND_FILETYPE in addstar() 799 || context == EXPAND_PACKADD in addstar() 801 || context == EXPAND_TAGS) in addstar() 819 if ((context == EXPAND_USER_DEFINED in addstar() [all …]
|
| H A D | if_cscope.c | 1682 char **context, in cs_parse_results() argument 1745 char *context; in cs_file_results() local 1762 context = alloc(strlen(cntx)+5); in cs_file_results() 1763 if (context == NULL) in cs_file_results() 1770 strcpy(context, "<<global>>"); in cs_file_results() 1772 sprintf(context, "<<%s>>", cntx); in cs_file_results() 1779 vim_free(context); in cs_file_results() 1915 char *context; in cs_print_tags_priv() local 1995 context = cntxts[idx]; in cs_print_tags_priv() 1997 context = globalcntx; in cs_print_tags_priv() [all …]
|
| H A D | gui_beval.c | 476 GtkStyleContext *context = NULL; in balloon_draw_event_cb() local 482 context = gtk_widget_get_style_context(widget); in balloon_draw_event_cb() 486 gtk_style_context_save(context); in balloon_draw_event_cb() 488 gtk_style_context_add_class(context, "tooltip"); in balloon_draw_event_cb() 489 gtk_style_context_set_state(context, GTK_STATE_FLAG_NORMAL); in balloon_draw_event_cb() 492 gtk_render_frame(context, cr, 0, 0, width, height); in balloon_draw_event_cb() 493 gtk_render_background(context, cr, 0, 0, width, height); in balloon_draw_event_cb() 496 gtk_style_context_restore(context); in balloon_draw_event_cb()
|
| H A D | gui_dwrite.cpp | 490 TextRendererContext *context = in IFACEMETHOD() local 493 AdjustedGlyphRun adjustedGlyphRun(glyphRun, context->cellWidth, in IFACEMETHOD() 494 context->offsetX); in IFACEMETHOD() 501 baselineOriginX + context->offsetX, in IFACEMETHOD() 538 baselineOriginX + context->offsetX, in IFACEMETHOD() 541 pDWC_->SolidBrush(context->color), in IFACEMETHOD() 1037 TextRendererContext context = { color, FLOAT(cellWidth), 0.0f }; in DrawText() local 1038 textLayout->Draw(&context, &renderer, FLOAT(x), FLOAT(y)); in DrawText()
|
| H A D | gui_xim.c | 255 GtkStyleContext * const context in im_preedit_window_open() local 296 gtk_style_context_add_provider(context, in im_preedit_window_open() 436 im_commit_cb(GtkIMContext *context UNUSED, in im_commit_cb() 531 im_preedit_start_cb(GtkIMContext *context UNUSED, gpointer data UNUSED) in im_preedit_start_cb() 547 im_preedit_end_cb(GtkIMContext *context UNUSED, gpointer data UNUSED) in im_preedit_end_cb() 608 im_preedit_changed_cb(GtkIMContext *context, gpointer data UNUSED) in im_preedit_changed_cb() argument 618 gtk_im_context_get_preedit_string(context, in im_preedit_changed_cb() 622 gtk_im_context_get_preedit_string(context, in im_preedit_changed_cb()
|
| H A D | popupmenu.c | 719 int context = pum_height / 2; in pum_set_selected() local 761 if (context > 3) in pum_set_selected() 762 context = 3; in pum_set_selected() 765 if (pum_first > pum_selected - context) in pum_set_selected() 768 pum_first = pum_selected - context; in pum_set_selected() 772 else if (pum_first < pum_selected + context - pum_height + 1) in pum_set_selected() 775 pum_first = pum_selected + context - pum_height + 1; in pum_set_selected()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hostconf.vim | 61 function s:generate_suffix_groups(list_of_order_of_orders, context, trailing_context) argument 67 let group = 'hostconfLookupOrder' . a:context 70 if a:context != "" 74 let context = trailing_context 76 call s:generate_suffix_groups(order_of_orders[1], context, trailing_context) 78 execute 'syn keyword hostconfLookupOrder' . context 'contained' order_of_orders[-1] 79 execute 'hi def link hostconfLookupOrder' . context 'hostconfLookupOrder'
|
| H A D | reva.vim | 87 Builtin (to~) (while) >in >rel ?literal appstart cold compiling? context? d0 default_class 90 Builtin tp vector vector! word? xt? .ver revaver revaver# && '' 'constant 'context 92 Builtin (.r) (context) (create) (header) (hide) (inline) (p.r) (words~) (xfind) 96 Builtin cmove> context?? ctrl-c ctx>name data: defer: defer@def dictgone do_cr eleave 121 syn keyword revavocs context:
|
| H A D | cweb.vim | 29 " C/C++ section of a CWEB chunk or in inner C/C++ context in "|...|" groups. 35 " Inner C/C++ context (ICC) should be quite simple as it's comprised of 46 " Section names contain C/C++ material only in inner context.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | context.vim | 16 compiler context 56 call search(s:context_regex[a:what], a:flags.'s') " 's' sets previous context mark 112 command! -buffer -nargs=? -complete=file ConTeXt call context#typeset(<q-args>) 113 command! -nargs=0 ConTeXtJobStatus call context#job_status() 114 command! -nargs=0 ConTeXtStopJobs call context#stop_jobs()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_quickfix.vim | 2340 call assert_equal([1, 2], getloclist(w1_id, {'context':1}).context) 2341 call assert_equal([1, 2], getloclist(w2_id, {'context':1}).context) 2343 call assert_equal([1, 2], getloclist(w2_id, {'context':1}).context) 2346 call assert_equal('', getloclist(0, {'context':1}).context) 3575 call assert_equal([1,2], g:Xgetlist({'nr':1, 'context':1}).context) 3695 call assert_equal('', g:Xgetlist({'context' : 0}).context) 3726 call assert_equal('', g:Xgetlist({'context' : 0}).context) 3740 call assert_equal('', g:Xgetlist({'id' : qfid, 'context' : 0}).context) 3763 call assert_equal('', g:Xgetlist({'nr' : 5, 'context' : 0}).context) 3874 " marks the location list context as not in use and frees the context. [all …]
|
| H A D | test_diffmode.vim | 511 set diffopt=context:2 513 set diffopt=internal,context:2 516 set diffopt=context:1 518 set diffopt=internal,context:1 901 " Variants on test 6 with different context settings 902 call term_sendkeys(buf, ":set diffopt+=context:2\<cr>") 904 call term_sendkeys(buf, ":set diffopt-=context:2\<cr>") 905 call term_sendkeys(buf, ":set diffopt+=context:1\<cr>") 907 call term_sendkeys(buf, ":set diffopt-=context:1\<cr>") 908 call term_sendkeys(buf, ":set diffopt+=context:0\<cr>") [all …]
|
| /vim-8.2.3635/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 21 **Additional context** 22 Add any other context or screenshots about the feature request here.
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext_ming.rc | 23 VALUE "FileDescription", "A small project for the context menu of gvim!\0" 30 VALUE "ProductName", "Tianmiao Hu's gvimext context menu extension\0"
|
| H A D | gvimext.rc | 49 VALUE "FileDescription", "A small project for the context menu of gvim!\0" 56 VALUE "ProductName", "Tianmiao Hu's gvimext context menu extension\0"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_perl.txt | 162 in an array context or returns the number of buffers 163 in a scalar context. For a list of buffer names or 172 in an array context or returns the number of windows 173 in a scalar context. For a list of window numbers 184 context or just value in scalar context.
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | context.vim | 20 let current_compiler = 'context' 24 \ . ' --script context --autogenerate --nonstopmode --synctex='
|
| /vim-8.2.3635/src/proto/ |
| H A D | fileio.pro | 34 …ir_core(garray_T *gap, char_u *path, int withattr, void *context, int (*checkitem)(void *context, …
|