Home
last modified time | relevance | path

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

12

/vim-8.2.3635/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&
H A Dtest_cpoptions.vim343 " When included, a showmatch will always wait half a second. When not
344 " included, a showmatch will wait half a second or until a character is typed.
H A Dtest_startup.vim960 let s = 'lisp=' .. &lisp .. ', showmatch=' .. &showmatch
965 call assert_equal(['lisp=1, showmatch=1'], readfile('Xtestout'))
H A Dtest_textformat.vim863 set matchpairs= showmatch
H A Dtest_normal.vim2156 set showmatch
2164 set showmatch&
/vim-8.2.3635/src/proto/
H A Dsearch.pro32 void showmatch(int c);
/vim-8.2.3635/src/
H A Dchange.c1131 showmatch(mb_ptr2char(buf)); in ins_char_bytes()
1133 showmatch(c); in ins_char_bytes()
H A Dsearch.c2781 showmatch( in showmatch() function
H A Dnormal.c5143 showmatch(cap->nchar); in nv_replace()
/vim-8.2.3635/runtime/doc/
H A Dvim.man191 -l Lisp mode. Sets the 'lisp' and 'showmatch' options on.
H A Dusr_24.txt102 :set showmatch
H A Dvi_diff.txt1098 'showmatch' 'sm' briefly jump to matching bracket if insert one
1235 -l Nvi, Vi, Vim: Set 'lisp' and 'showmatch' options.
H A Doptions.txt1251 showmatch Error occurred for 'showmatch' function.
2219 m When included, a showmatch will always wait half a
2220 second. When not included, a showmatch will wait half
2221 a second or until a character is typed. |'showmatch'|
3717 sm showmatch in Insert mode
5137 Tenths of a second to show the matching paren, when 'showmatch' is
5685 - 'showmatch' is reset
6983 *'showmatch'* *'sm'* *'noshowmatch'* *'nosm'*
6984 'showmatch' 'sm' boolean (default off)
H A Dquickref.txt901 'showmatch' 'sm' briefly jump to matching bracket if insert one
H A Dversion5.txt579 'matchtime' 1/10s of a second to show a matching paren, when 'showmatch'
1044 When 'scrolloff' is non-zero, a 'showmatch' could cause the shown match to be
7413 Problem: Multi-byte: 'showmatch' is performed when second byte of an
7415 Solution: Check IsTrailByte() before calling showmatch(). (Taro Muraoka)
H A Dstarting.txt313 -l Lisp mode. Sets the 'lisp' and 'showmatch' options on.
H A Dversion6.txt1245 come after the message. And don't do 'showmatch'.
2955 GUI: When 'lazyredraw' is set, 'showmatch' didn't work. Required flushing
6900 Problem: When 'showmatch' is set and "$" is in 'cpoptions', using
10492 Problem: When 'sidescrolloff' is set 'showmatch' doesn't work correctly if
12242 'matchpairs' is not used for 'showmatch'.
12244 'showmatch'. (Dave Olszewkski)
H A Dtodo.txt5090 7 Use 'matchpairs' for 'showmatch': When inserting a character check if it
5164 - When 'cindent'ing a '}', showmatch is done before fixing the indent. It
5165 looks better when the indent is fixed before the showmatch. (Webb)
/vim-8.2.3635/runtime/
H A Doptwin.vim860 call <SID>AddOption("showmatch", gettext("when inserting a bracket, briefly jump to its match"))
862 call <SID>AddOption("matchtime", gettext("tenth of a second to show a match for 'showmatch'"))
/vim-8.2.3635/runtime/tutor/
H A Dtutor.nl535 niet corresponderen. Met de optie 'showmatch' wordt ook
H A Dtutor.nl.utf-8535 niet corresponderen. Met de optie 'showmatch' wordt ook
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim33 …xtextfunc remap rl rubydll sc scrolljump selection shellpipe shiftround showmatch siso smd spellca…
/vim-8.2.3635/src/po/
H A Dsr.po9050 msgid "tenth of a second to show a match for 'showmatch'"
9051 msgstr "десетинки секунде се приказује подударање за 'showmatch'"
H A Dit.po8586 msgid "tenth of a second to show a match for 'showmatch'"
8588 "decimi di secondo per evidenziare corrispondenza col comando 'showmatch'"
H A Dtr.po9035 msgid "tenth of a second to show a match for 'showmatch'"
9036 msgstr "bir 'showmatch' eşleşmesini göstermek için saniyenin onda biri"

12