Home
last modified time | relevance | path

Searched refs:cole (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/runtime/ftplugin/
H A Dhelp.vim14 let b:undo_ftplugin = "setl fo< tw< cole< cocu< keywordprg<"
18 setlocal cole=2 cocu=nc
H A Dscdoc.vim25 let b:undo_ftplugin .= ' cole<'
/vim-8.2.3635/src/
H A Dpopupwin.c3427 int cols, cole; in popup_update_mask() local
3437 cole = tv_get_number(&li->li_tv); in popup_update_mask()
3438 if (cole < 0) in popup_update_mask()
3439 cole = width + cole + 1; in popup_update_mask()
3440 if (cole > width) in popup_update_mask()
3441 cole = width; in popup_update_mask()
3487 int cols, cole; in update_popup_transparent() local
3499 if (cole < 0) in update_popup_transparent()
3500 cole = width + cole + 1; in update_popup_transparent()
3514 cole -= wp->w_popup_leftoff; in update_popup_transparent()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_listlbr_utf8.vim99 call s:test_windows('setl list listchars=tab:>- cole=1')
128 call s:test_windows('setl nowrap ts=2 list listchars=tab:>- cole=2 concealcursor=n')
H A Dtest_matchadd_conceal.vim325 set cole=1 cocu=nv
388 set nowrap ss=0 cole=3 cocu=n
H A Dtest_conceal.vim143 setl cocu=n cole=3
H A Dtest_diffmode.vim1257 set cole=2 cocu=n
H A Dtest_highlight.vim632 set nowrap cole=1 cocu+=n
/vim-8.2.3635/runtime/tutor/
H A Dtutor.pt.utf-8810 o fim da próxima linha com j$ e cole o texto com p .
H A Dtutor.fr.utf-81028 Ce tutoriel a été écrit par Michael C. Pierce et Robert K. Ware de l'École
H A Dtutor.pt810 o fim da pr�xima linha com j$ e cole o texto com p .
H A Dtutor.fr1028 Ce tutoriel a �t� �crit par Michael C. Pierce et Robert K. Ware de l'�cole
/vim-8.2.3635/runtime/syntax/
H A Dtex.vim702 " Conceal mode support (supports set cole=2) {{{1
H A Dvim.vim39 … autowriteall backupext belloff binary breakindentopt bt cd cin clipboard cole completefunc cot cs…
/vim-8.2.3635/runtime/
H A Doptwin.vim405 call <SID>OptionL("cole")
/vim-8.2.3635/runtime/doc/
H A Dquickref.txt659 'conceallevel' 'cole' whether concealable text is shown or hidden
H A Dtags145 'cole' options.txt /*'cole'*
9777 tex-cole syntax.txt /*tex-cole*
H A Doptions.txt594 /* vim>702: set cole=2: */ ~
2034 *'conceallevel'* *'cole'*
2035 'conceallevel' 'cole' number (default 0)
H A Dsyntax.txt3386 *tex-cchar* *tex-cole* *tex-conceal*
H A Dversion7.txt17264 Problem: Tags are not found in case-folded tags file. (Darren cole, Issue