| /vim-8.2.3635/runtime/indent/ |
| H A D | ruby.vim | 460 return indent(info.plnum) + info.sw 466 return indent(info.plnum) + info.sw 496 return ind + info.sw + info.sw 508 let ind = indent(info.plnum) + info.sw 515 let ind = indent(info.plnum) + info.sw 541 return indent(info.plnum) + info.sw 560 return indent(info.plnum) + info.sw 563 return indent(info.plnum) + info.sw 581 call cursor(info.clnum, info.col) 640 if info.plnum != info.plnum_msl [all …]
|
| H A D | dtd.vim | 39 let info = s:lex1(a:input, a:start, pattern) 40 while info[0] == '--' 41 let info = s:lex1(a:input, info[1], pattern) 42 while info[0] != "" && info[0] != '--' 43 let info = s:lex1(a:input, info[1], pattern) 45 if info[0] == "" 46 return info 48 let info = s:lex1(a:input, info[1], pattern) 50 return info
|
| /vim-8.2.3635/src/ |
| H A D | gui_photon.c | 280 PtCallbackInfo_t *info) in gui_ph_handle_menu_resize() argument 331 PtCallbackInfo_t *info) in gui_ph_handle_timer_cursor() argument 784 PtCallbackInfo_t *info) in gui_ph_handle_pulldown_menu() argument 818 PtCallbackInfo_t *info) in gui_ph_handle_menu_unrealized() argument 828 PtCallbackInfo_t *info) in gui_ph_handle_window_open() argument 919 PtCallbackInfo_t *info) in gui_ph_handle_pg_change() argument 926 panel = info->cbdata; in gui_ph_handle_pg_change() 1055 PtCallbackInfo_t *info) in gui_ph_handle_buffer_remove() argument 2864 FontQueryInfo info; in gui_mch_init_font() local 2929 FontQueryInfo info; in gui_mch_adjust_charheight() local [all …]
|
| H A D | list.c | 1977 sortinfo_T info; in do_sort_uniq() local 1990 sortinfo = &info; in do_sort_uniq() 2010 info.item_compare_ic = FALSE; in do_sort_uniq() 2011 info.item_compare_lc = FALSE; in do_sort_uniq() 2015 info.item_compare_float = FALSE; in do_sort_uniq() 2017 info.item_compare_func = NULL; in do_sort_uniq() 2038 info.item_compare_ic = TRUE; in do_sort_uniq() 2055 info.item_compare_func = NULL; in do_sort_uniq() 2059 info.item_compare_func = NULL; in do_sort_uniq() 2077 info.item_compare_ic = TRUE; in do_sort_uniq() [all …]
|
| H A D | profiler.c | 579 profile_may_start_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller) in profile_may_start_func() argument 583 info->pi_started_profiling = TRUE; in profile_may_start_func() 589 profile_start(&info->pi_call_start); in profile_may_start_func() 592 script_prof_save(&info->pi_wait_start); in profile_may_start_func() 600 profile_may_end_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller) in profile_may_end_func() argument 602 profile_end(&info->pi_call_start); in profile_may_end_func() 603 profile_sub_wait(&info->pi_wait_start, &info->pi_call_start); in profile_may_end_func() 604 profile_add(&fp->uf_tm_total, &info->pi_call_start); in profile_may_end_func() 608 profile_add(&caller->uf_tm_children, &info->pi_call_start); in profile_may_end_func() 609 profile_add(&caller->uf_tml_children, &info->pi_call_start); in profile_may_end_func() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_timers.vim | 100 let info = id->timer_info() 101 call assert_equal(id, info[0]['id']) 109 for info in timer_info() 110 if info['id'] == id 125 let info = timer_info() 126 call assert_equal(2, len(info)) 129 let info = timer_info() 130 call assert_equal(0, len(info)) 138 let info = timer_info(id) 142 let info = timer_info(id) [all …]
|
| H A D | test_swap.vim | 116 let info = fname->swapinfo() 119 call assert_equal(ver, info.version) 121 call assert_match('\w', info.user) 125 call assert_match(0, info.dirty) 126 call assert_equal(getpid(), info.pid) 127 call assert_match('^\d*$', info.mtime) 128 if has_key(info, 'inode') 129 call assert_match('\d', info.inode) 135 let info = swapinfo('doesnotexist') 139 let info = swapinfo('Xnotaswapfile') [all …]
|
| H A D | test_registers.vim | 441 " Test for getting register info 447 let info = getreginfo('"') 448 call assert_equal('z', info.points_to) 461 let info = getreginfo('') 466 let info = getreginfo('z') 469 call assert_equal(1, +info.isunnamed) 471 let info = getreginfo('"') 492 let info = getreginfo('"') 494 call assert_equal('V', info.regtype) 500 let info = getreginfo('"') [all …]
|
| H A D | test_tagfunc.vim | 3 func TagFunc(pat, flag, info) argument 4 let g:tagfunc_args = [a:pat, a:flag, a:info] 99 func Mytagfunc1(pat, flags, info) argument 107 func Mytagfunc2(pat, flags, info) argument
|
| H A D | test_ins_complete.vim | 199 \ 'info': 'words are cool', 215 call assert_equal( 'words are cool', v:completed_item[ 'info' ] ) 268 \ 'info': 'words are cool', 280 call assert_equal( 'words are cool', v:completed_item[ 'info' ] ) 313 call assert_equal( '', v:completed_item[ 'info' ] ) 359 …selected': 0, 'items': [{'word': 'matched', 'menu': '', 'user_data': '', 'info': '', 'kind': '', '… 571 …return [#{word: "one", info: "1info"}, #{word: "two", info: "2info"}, #{word: "three", info: "3inf…
|
| H A D | test_modeline.vim | 297 let info = split(execute('verbose set tabstop?'), "\n") 298 call assert_match('^\s*Last set from modeline line 1$', info[-1]) 313 let info = split(execute('verbose set tabstop?'), "\n") 314 call assert_match('^\s*Last set from modeline line 4$', info[-1]) 329 let info = split(execute('verbose set tabstop?'), "\n") 330 call assert_match('^\s*Last set from modeline line 8$', info[-1])
|
| H A D | test_window_cmd.vim | 762 let info = getwininfo(win_getid())[0] 763 call assert_equal(info.topline + 1, getcurpos()[1]) 779 let info = getwininfo(winid1)[0] 781 exe "normal " . (info.topline + 1) . "G" 787 exe (info.height - 2) . "wincmd +" 789 let info = getwininfo(winid1)[0] 790 call assert_equal(lnum, info.topline) 806 let info = getwininfo(winid1)[0] 826 let info = getwininfo(winid1)[0] 827 call assert_equal(info.topline + 1, getcurpos()[1])
|
| H A D | test_channel.vim | 560 let info = job->job_info() 563 call assert_equal(2, len(info.cmd)) 625 let info = job_info(job) 1872 let info = job_info(job) 2074 let info = job_info(job) 2075 call assert_equal(0, info.exitval) 2076 call assert_equal("", info.termsig) 2085 let info = job_info(job) 2086 call assert_equal(-1, info.exitval) 2119 let info = job_info(job) [all …]
|
| /vim-8.2.3635/ |
| H A D | Makefile | 358 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info 359 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info 362 cd dist && tar cf vim$(VERSION)rt.tar Vim Vim.info 379 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info 380 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info 381 cd dist && tar cf vim$(VERSION)bin.tar Vim Vim.info 398 mv dist/Vim/$(VIMRTDIR)/vimdir.info dist/Vim.info 399 mv dist/Vim/$(VIMRTDIR)/runtime.info dist/Vim/$(VIMRTDIR).info 400 cd dist && tar cf vim$(VERSION)src.tar Vim Vim.info
|
| H A D | Filelist | 637 src.info \ 895 Contents.info \ 896 runtime.info \ 897 vimdir.info \ 907 Vim.info \ 908 Xxd.info \ 976 Vim.info \ 977 Xxd.info \ 978 runtime.info \ 979 src.info \ [all …]
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | harness.c | 319 printf(i ? ",%x" : "%x", info->chars[i]); in state_putglyph() 320 printf(" %d %d,%d", info->width, pos.row, pos.col); in state_putglyph() 321 if(info->protected_cell) in state_putglyph() 323 if(info->dwl) in state_putglyph() 325 if(info->dhl) in state_putglyph() 326 printf(" dhl-%s", info->dhl == 1 ? "top" : info->dhl == 2 ? "bottom" : "?" ); in state_putglyph() 872 const VTermLineInfo *info; in main() local 879 info = vterm_state_get_lineinfo(state, row); in main() 880 if(info->doublewidth) in main() 882 if(info->doubleheight) in main() [all …]
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | xpm.h | 401 FUNC(XpmFreeXpmInfo, void, (XpmInfo *info)); 408 XpmInfo *info)); 412 XpmInfo *info)); 441 XpmInfo *info)); 445 XpmInfo *info)); 449 XpmInfo *info)); 453 XpmInfo *info));
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ccomplete.vim | 265 " Turn the tag info "val" into an item for completion. 276 let res['info'] = s 296 let info = '' 298 let info .= k . repeat(' ', 10 - len(k)) 302 let info .= a:dict[k] 304 let info .= "\n" 306 return info 347 if has_key(a:val, 'info') 348 " Use info from Tag2item(). 349 let res['info'] = a:val['info'] [all …]
|
| H A D | ada.vim | 52 \ 'info': 'Ada keyword.', 64 \ 'info': 'GNAT projectfile keyword.', 76 \ 'info': 'Ada standard exception.', 88 \ 'info': 'GNAT exception.', 100 \ 'info': 'Ada buildin type.', 112 \ 'info': 'GNAT buildin type.', 124 \ 'info': 'Ada attribute.', 136 \ 'info': 'GNAT attribute.', 148 \ 'info': 'Ada pragma.', 160 \ 'info': 'GNAT pragma.',
|
| H A D | phpcomplete.vim | 587 let final_list += [{'word':i, 'kind': 'c', 'menu': info, 'info': i.info}] 590 let final_list += [{'word':i, 'kind': 'i', 'menu': info, 'info': i.info}] 595 let final_list += [{'word':i, 'kind': 'd', 'menu': info, 'info': i.info}] 1074 if info != '' 1075 let info = "\n".info 1079 \ 'info':i.info, 1088 if info != '' 1089 let info = "\n".info 1093 \ 'info':i.all_values[i].')'.info, 2483 if len(a:info.params) [all …]
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | screen.c | 169 static int putglyph(VTermGlyphInfo *info, VTermPos pos, void *user) in putglyph() argument 181 for(i = 0; i < VTERM_MAX_CHARS_PER_CELL && info->chars[i]; i++) { in putglyph() 182 cell->chars[i] = info->chars[i]; in putglyph() 188 for(col = 1; col < info->width; col++) in putglyph() 199 rect.end_col = pos.col+info->width; in putglyph() 201 cell->pen.protected_cell = info->protected_cell; in putglyph() 202 cell->pen.dwl = info->dwl; in putglyph() 203 cell->pen.dhl = info->dhl; in putglyph() 283 const VTermLineInfo *info = vterm_state_get_lineinfo(screen->state, row); in erase_internal() local 299 cell->pen.dwl = info->doublewidth; in erase_internal() [all …]
|
| H A D | state.c | 18 VTermGlyphInfo info; in putglyph() local 20 info.chars = chars; in putglyph() 21 info.width = width; in putglyph() 22 info.protected_cell = state->protected_cell; in putglyph() 23 info.dwl = state->lineinfo[pos.row].doublewidth; in putglyph() 257 info.doublewidth = DWL_OFF; in set_lineinfo() 259 info.doublewidth = DWL_ON; in set_lineinfo() 263 info.doubleheight = DHL_OFF; in set_lineinfo() 265 info.doubleheight = DHL_TOP; in set_lineinfo() 267 info.doubleheight = DHL_BOTTOM; in set_lineinfo() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dictdconf.vim | 53 \ filter prefilter postfilter name info 75 syn keyword dictdconfVSpec contained name info database_list disable_strat 96 syn keyword dictdconfPSpec contained name info plugin data disable_strat
|
| /vim-8.2.3635/src/proto/ |
| H A D | profiler.pro | 22 void profile_may_start_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller); 23 void profile_may_end_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_20.txt | 166 info.txt 189 :edit info.txt 209 :edit i :edit info.txt :edit intro.txt 221 Hey, why didn't you get ":set info.txt"? That's because Vim has context 274 you type ":edit i" and there are files "info.txt" and "info_backup.txt" you 275 will get ":edit info".
|