Home
last modified time | relevance | path

Searched refs:mps (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim75 if (match_words != s:last_words) || (&mps != s:last_mps)
77 let s:last_mps = &mps
81 let default = escape(&mps, '[$^.*~\\/?]') . (strlen(&mps) ? "," : "") .
599 if (match_words != s:last_words) || (&mps != s:last_mps) ||
601 let default = escape(&mps, '[$^.*~\\/?]') . (strlen(&mps) ? "," : "") .
603 let s:last_mps = &mps
/vim-8.2.3635/src/testdir/
H A Dtest_textformat.vim823 exe "set mps+=\u2018:\u2019"
833 set mps&
875 call assert_fails('set mps=<:', 'E474:', e)
876 call assert_fails('set mps=:>', 'E474:', e)
877 call assert_fails('set mps=<>', 'E474:', e)
878 call assert_fails('set mps=<:>_', 'E474:', e)
/vim-8.2.3635/runtime/ftplugin/
H A D8th.vim27 let b:undo_ftplugin = "setlocal ts< sts< sw< et< com< fo< mps< isk< sua<"
/vim-8.2.3635/runtime/syntax/
H A Dhb.vim19 "set mps=<:>
H A Dvim.vim25 … fini[sh] folddoc[losed] gr[ep] helpc[lose] his[tory] il[ist] interface ju[mps] keepp[atterns] lad…
34 …gnoremap linespace loadplugins ma matchtime mef mle modelineexpr mousehide mps nu opendevice paste…
/vim-8.2.3635/src/
H A Dmessage.c2471 static msgchunk_T *msg_sb_start(msgchunk_T *mps);
2614 msg_sb_start(msgchunk_T *mps) in msg_sb_start() argument
2616 msgchunk_T *mp = mps; in msg_sb_start()
/vim-8.2.3635/runtime/doc/
H A Dquickref.txt190 |:ju| :ju[mps] print the jump list
796 'matchpairs' 'mps' pairs of characters that "%" can match
H A Dmotion.txt1051 :ju[mps] Print the jump list (not a motion command).
H A Dindex.txt1375 |:jumps| :ju[mps] print the jump list
H A Doptions.txt5115 *'matchpairs'* *'mps'*
5116 'matchpairs' 'mps' string (default "(:),{:},[:]")
5125 :set mps+=<:>
5129 :au FileType c,cpp,java set mps+==:;
H A Dtags494 'mps' options.txt /*'mps'*
/vim-8.2.3635/runtime/
H A Doptwin.vim866 call <SID>OptionL("mps")