Home
last modified time | relevance | path

Searched refs:showmatch (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DAutoCorrect.hs48 prepare input showmatch matches r =
60 ] ++ map (\m -> "\t" ++ showmatch m) matches
70 match = "'" ++ showmatch (Prelude.head matches) ++ "'."
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_paste.vim173 set autoindent expandtab ruler showmatch
191 call assert_false(&showmatch)
209 call assert_true(&showmatch)
218 set autoindent& expandtab& ruler& showmatch&
/dports/print/foomatic-db-engine/foomatic-db-engine-4.0.13/
H A Dfoomatic-ppdfile.in46 my $showmatch = $opt_P;
55 } elsif ($showall or $showmatch) {
57 foomaticlistppds($showmatch);
/dports/editors/neovim/neovim-0.6.1/test/functional/ui/
H A Dcursor_spec.lua282 eq('vertical', named.showmatch.cursor_shape)
287 eq(42, named.showmatch.cell_percentage)
/dports/audio/csound/csound-6.15.0/installer/misc/vim/
H A Dcsound_sco.vim11 set showmatch
/dports/editors/vigor/vigor-0.016/docs/USD.doc/vi.man/
H A Dspell.ok133 showmatch
/dports/editors/mg/mg-6.9/
H A Dmatch.c45 showmatch(int f, int n) in showmatch() function
H A Dfunmap.c57 {showmatch, "blink-and-insert", 1}, /* startup only */
H A Dkeymap.c401 showmatch /* ) ] } */
H A Dcmode.c133 if (showmatch(FFRAND, 1) == FALSE) in cc_brace()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dsearch.pro32 void showmatch(int c);
/dports/japanese/ng-canna/ng-1.4.4/
H A Dmatch.c59 showmatch(f, n) in showmatch() function
H A Dkeymap.c269 extern int showmatch _PF(); /* Hack to show matching paren */
967 showmatch, /* ) */
1353 {showmatch, "blink-matching-paren-hack"},
/dports/japanese/ng/ng-1.4.4/
H A Dmatch.c59 showmatch(f, n) in showmatch() function
H A Dkeymap.c269 extern int showmatch _PF(); /* Hack to show matching paren */
967 showmatch, /* ) */
1353 {showmatch, "blink-matching-paren-hack"},
/dports/japanese/ng-devel/ng-1.5beta1/
H A Dmatch.c65 showmatch(f, n) in showmatch() function
H A Dkeymap.c281 extern int showmatch _PF(); /* Hack to show matching paren */
982 showmatch, /* ) */
1365 {showmatch, "blink-matching-paren-hack"},
/dports/print/lilypond-devel/lilypond-2.23.5/vim/
H A Dlilypond-ftplugin.vim74 setlocal showmatch
/dports/print/lilypond/lilypond-2.22.1/vim/
H A Dlilypond-ftplugin.vim75 setlocal showmatch
/dports/editors/vigor/vigor-0.016/docs/USD.doc/vi.ref/
H A Dspell.ok305 showmatch
/dports/chinese/auto-cn-l10n/zh-auto-cn-l10n-1.1/
H A Ddot.vimrc76 set showmatch " show matching brackets
/dports/editors/vigor/vigor-0.016/vi/
H A Dv_txt.c281 int showmatch; /* Showmatch set on this character. */ local
477 filec_redraw = hexcnt = showmatch = 0;
1210 showmatch = 1;
1415 if (showmatch) {
1418 showmatch = 0;
/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dv_txt.c270 int showmatch; /* Showmatch set on this character. */ in v_txt() local
461 filec_redraw = hexcnt = showmatch = 0; in v_txt()
1222 showmatch = 1; in v_txt()
1376 if (showmatch) { in v_txt()
1379 showmatch = 0; in v_txt()
/dports/irc/dancer/dancer-4.16/src/
H A Dbans.c1257 char showmatch[MIDBUFFER] = "*"; in KickList() local
1264 StrScan(line, "%"MIDBUFFERTXT"s", showmatch); in KickList()
1269 if (Match(k->pattern, showmatch)) { in KickList()
/dports/chinese/auto-tw-l10n/auto-tw-l10n-1.16/
H A Ddot.vimrc104 set showmatch " show matching brackets

12345