Searched refs:showmatch (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dsearch.pro21 void showmatch __ARGS((int c));
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregnexec.c367 showmatch(regmatch_t* p) function
387 DEBUG_CODE(0x0040,{sfprintf(sfstdout, "AHA better old ");for (i = 0; i <= env->nsub; i++)showmatch(&env->best[i]);sfprintf(sfstdout, "\n new ");for (i = 0; i <= env->nsub; i++)showmatch(&env->match[i]);sfprintf(sfstdout, "\n");},{0;});
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim792 call append("$", "showmatch\twhen inserting a bracket, briefly jump to its match")
794 call append("$", "matchtime\ttenth of a second to show a match for 'showmatch'")
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim33 syn keyword vimOption contained altkeymap arabic autowrite backupcopy bdir bin bomb bt ccv charconvert cinoptions cms comments conceallevel cpo cscopequickfix cst cursorline dex digraph ead ei equalalways eventignore fde fdt fileencoding fkmap foldenable foldminlines formatprg gdefault gp guifontset helpfile hidden hl ignorecase imdisable includeexpr inf isident key langmap lines lmap ma matchtime mco ml modeline mousefocus mousetime nrformats ofu para pdev pi previewwindow printmbfont qe report rlc ruler scb scs sessionoptions shellquote shiftwidth showmatch siso smc spc spl ss statusline suffixesadd sws
/macosx-10.10.1/vim-55/src/
H A Dmisc1.c2071 * If we're in Insert or Replace mode and 'showmatch' is set, then briefly
2083 showmatch(c);
8215 * Findmatch() should be adapted for lisp, also to make showmatch
H A Dnormal.c7011 * Get ptr again, because u_save and/or showmatch() will have
7018 showmatch(cap->nchar);

Completed in 207 milliseconds