Searched refs:fdc (Results 1 – 18 of 18) sorted by relevance
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | logtalk.vim | 11 let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<" 17 setlocal fdc=2
|
| H A D | man.vim | 194 setl fdc=0 ma nofen nonu nornu
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_display.vim | 31 set fdc=2 48 exe "set foldmethod=manual foldtext=foldtext() fillchars=fold:\u2500,vert:\u2502 fdc=2" 68 set foldtext& fillchars& foldmethod& fdc& 286 set fdc=2 foldenable foldmethod=manual 334 set fillchars& fdc& foldmethod& foldenable&
|
| H A D | test_man.vim | 106 call assert_equal(0, &fdc) 111 call assert_equal(1, &fdc)
|
| H A D | test_fold.vim | 561 set fdm=marker fdl=1 fdc=3 583 set fdm& fdl& fdc& 1078 setlocal fdc=2 1090 setlocal fdc=1 1102 setlocal fdc=3 1182 set foldenable& fdc& fdm& fillchars&
|
| H A D | test_diffmode.vim | 89 let diff_fdc = &fdc 143 let &fdc = diff_fdc
|
| /vim-8.2.3635/src/ |
| H A D | screen.c | 191 int fdc = compute_foldcolumn(wp, 0); in win_draw_end() local 193 if (fdc > 0) in win_draw_end() 240 int fdc = wp->w_p_fdc; in compute_foldcolumn() local 244 if (fdc > wwidth - (col + wmw)) in compute_foldcolumn() 245 fdc = wwidth - (col + wmw); in compute_foldcolumn() 246 return fdc; in compute_foldcolumn() 267 int fdc = compute_foldcolumn(wp, 0); in fill_foldcolumn() local 273 vim_memset(p, ' ', MAX_MCO * fdc + 1); in fill_foldcolumn() 276 empty = (fdc == 1) ? 0 : 1; in fill_foldcolumn() 284 for (i = 0; i < MIN(fdc, level); i++) in fill_foldcolumn() [all …]
|
| H A D | drawscreen.c | 1077 int fdc; in fold_line() local 1125 fdc = compute_foldcolumn(wp, col); in fold_line() 1126 if (fdc > 0) in fold_line() 1134 for (i = 0; i < fdc; i++) in fold_line() 1166 RL_MEMSET(col, HL_ATTR(HLF_FC), fdc); in fold_line() 1167 col += fdc; in fold_line()
|
| H A D | drawline.c | 1037 int fdc = compute_foldcolumn(wp, 0); in win_line() local 1040 if (fdc > 0) in win_line() 1045 p_extra_free = alloc(MAX_MCO * fdc + 1); in win_line()
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 544 an 40.340.310.10 &Tools.&Folding.Fold\ Col&umn\ Width.\ &0\ :set fdc=0<CR> 545 an 40.340.310.20 &Tools.&Folding.Fold\ Col&umn\ Width.\ &2\ :set fdc=2<CR> 546 an 40.340.310.30 &Tools.&Folding.Fold\ Col&umn\ Width.\ &3\ :set fdc=3<CR> 547 an 40.340.310.40 &Tools.&Folding.Fold\ Col&umn\ Width.\ &4\ :set fdc=4<CR> 548 an 40.340.310.50 &Tools.&Folding.Fold\ Col&umn\ Width.\ &5\ :set fdc=5<CR> 549 an 40.340.310.60 &Tools.&Folding.Fold\ Col&umn\ Width.\ &6\ :set fdc=6<CR> 550 an 40.340.310.70 &Tools.&Folding.Fold\ Col&umn\ Width.\ &7\ :set fdc=7<CR> 551 an 40.340.310.80 &Tools.&Folding.Fold\ Col&umn\ Width.\ &8\ :set fdc=8<CR>
|
| H A D | optwin.vim | 954 call <SID>OptionL("fdc")
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | scala.vim | 612 " vim600:fdm=marker fdl=1 fdc=0:
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_chinese_gb.936.vim | 452 " vim: set nu ts=4 sw=4 noet fdm=marker fdc=4 :
|
| H A D | menu_zh_cn.utf-8.vim | 452 " vim: set ts=4 sw=4 noet fdm=marker fdc=4 :
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 38 …pyindent cryptmethod csl cuc debug dictionary display ef endofline esckeys fdc fdt fileencoding fi…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickref.txt | 710 'foldcolumn' 'fdc' width of the column used to indicate folds
|
| H A D | tags | 242 'fdc' options.txt /*'fdc'*
|
| H A D | options.txt | 3367 *'foldcolumn'* *'fdc'* 3368 'foldcolumn' 'fdc' number (default 0)
|