Searched refs:showmatch (Results 1 – 25 of 28) sorted by relevance
12
| /vim-8.2.3635/src/testdir/ |
| H A D | test_paste.vim | 173 set autoindent expandtab ruler showmatch 191 call assert_false(&showmatch) 209 call assert_true(&showmatch) 218 set autoindent& expandtab& ruler& showmatch&
|
| H A D | test_cpoptions.vim | 343 " 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 D | test_startup.vim | 960 let s = 'lisp=' .. &lisp .. ', showmatch=' .. &showmatch 965 call assert_equal(['lisp=1, showmatch=1'], readfile('Xtestout'))
|
| H A D | test_textformat.vim | 863 set matchpairs= showmatch
|
| H A D | test_normal.vim | 2156 set showmatch 2164 set showmatch&
|
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 32 void showmatch(int c);
|
| /vim-8.2.3635/src/ |
| H A D | change.c | 1131 showmatch(mb_ptr2char(buf)); in ins_char_bytes() 1133 showmatch(c); in ins_char_bytes()
|
| H A D | search.c | 2781 showmatch( in showmatch() function
|
| H A D | normal.c | 5143 showmatch(cap->nchar); in nv_replace()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim.man | 191 -l Lisp mode. Sets the 'lisp' and 'showmatch' options on.
|
| H A D | usr_24.txt | 102 :set showmatch
|
| H A D | vi_diff.txt | 1098 'showmatch' 'sm' briefly jump to matching bracket if insert one 1235 -l Nvi, Vi, Vim: Set 'lisp' and 'showmatch' options.
|
| H A D | options.txt | 1251 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 D | quickref.txt | 901 'showmatch' 'sm' briefly jump to matching bracket if insert one
|
| H A D | version5.txt | 579 '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 D | starting.txt | 313 -l Lisp mode. Sets the 'lisp' and 'showmatch' options on.
|
| H A D | version6.txt | 1245 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 D | todo.txt | 5090 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 D | optwin.vim | 860 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 D | tutor.nl | 535 niet corresponderen. Met de optie 'showmatch' wordt ook
|
| H A D | tutor.nl.utf-8 | 535 niet corresponderen. Met de optie 'showmatch' wordt ook
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 33 …xtextfunc remap rl rubydll sc scrolljump selection shellpipe shiftround showmatch siso smd spellca…
|
| /vim-8.2.3635/src/po/ |
| H A D | sr.po | 9050 msgid "tenth of a second to show a match for 'showmatch'" 9051 msgstr "десетинки секунде се приказује подударање за 'showmatch'"
|
| H A D | it.po | 8586 msgid "tenth of a second to show a match for 'showmatch'" 8588 "decimi di secondo per evidenziare corrispondenza col comando 'showmatch'"
|
| H A D | tr.po | 9035 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