Searched refs:signs (Results 1 – 25 of 80) sorted by relevance
1234
| /vim-8.2.3635/src/testdir/ |
| H A D | test_signs.vim | 1 " Test for signs 4 CheckFeature signs 12 " Define some signs. 20 " Test listing signs. 62 " Check placed signs 83 " Unplace all signs. 584 \ s[0].signs) 590 \ s[0].signs) 595 \ s[0].signs) 746 " Place signs in more than one buffer and list the signs [all …]
|
| H A D | test_bufwintabinfo.vim | 37 if has('signs') 42 call assert_equal(2, l[0].signs[0].id) 43 call assert_equal(3, l[0].signs[0].lnum) 44 call assert_equal('Mark', l[0].signs[0].name) 136 if has('signs') 144 if has('signs')
|
| H A D | test_netbeans.vim | 449 \ 'group': ''}], sign_getplaced()[0].signs) 573 let s = sign_getplaced()[0].signs[0] 797 if has('signs') && has('mouse') 805 call assert_equal('S2', sign_getplaced()[0].signs[0].name) 808 call assert_equal('S1', sign_getplaced()[0].signs[0].name) 811 call assert_equal('S2', sign_getplaced()[0].signs[0].name) 837 " Remove all the signs
|
| H A D | test_listlbr_utf8.vim | 9 CheckFeature signs
|
| H A D | test_fold.vim | 1101 " Enable number and sign columns and place some signs
|
| H A D | test_options.vim | 140 CheckFeature signs
|
| H A D | test_highlight.vim | 367 CheckFeature signs
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | sign.txt | 17 1. Introduction *sign-intro* *signs* 36 There are two steps in using signs: 72 other plugins using signs. 326 List signs placed in file {fname}. 336 List signs placed in buffer {nr}. 476 signs list of signs placed in {bufnr}. Each list 491 signs. 511 " Get a List of all the placed signs 654 deletes all the defined signs. 667 " Delete signs 'sign1' and 'sign2' [all …]
|
| H A D | debugger.txt | 22 Debug Signs |debug-signs| 48 1.2 Debug Signs *debug-signs* 63 Debug signs are defined and placed using the |:sign| command. 72 from Sun has a "sign gutter" for showing signs.
|
| H A D | help.txt | 190 |sign.txt| debugging signs
|
| H A D | netbeans.txt | 133 Without it the toolbar and signs will be disabled. 149 To use XPM signs on Win32 (e.g. when using with NetBeans) you can compile 865 signs.
|
| H A D | usr_41.txt | 1089 sign_getdefined() get a list of defined signs 1090 sign_getplaced() get a list of placed signs 1093 sign_placelist() place a list of signs 1096 sign_unplacelist() unplace a list of signs
|
| H A D | various.txt | 450 B *+signs* |:sign|
|
| /vim-8.2.3635/src/ |
| H A D | evalbuffer.c | 647 list_T *signs = list_alloc(); in get_buffer_info() local 648 if (signs != NULL) in get_buffer_info() 650 get_buffer_signs(buf, signs); in get_buffer_info() 651 dict_add_list(dict, "signs", signs); in get_buffer_info()
|
| H A D | README.md | 80 sign.c | signs
|
| /vim-8.2.3635/src/xpm/ |
| H A D | README.txt | 2 'signs' feature.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | fortran.vim | 43 " Assume fixed source form unless signs of free source form
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | fortran.vim | 51 " Assume fixed source form unless signs of free source form
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | awk.vim | 121 " Numbers, allowing signs (both -, and +)
|
| H A D | rst.vim | 55 " and plus signs."
|
| H A D | ada.vim | 120 " Section: Identify leading numeric signs {{{1
|
| H A D | r.vim | 63 " a roxygen comment marker (one or two hash signs # followed by a single
|
| H A D | fortran.vim | 64 " Assume fixed source form unless signs of free source form
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 1300 " Handle a BufRead autocommand event: place any signs. 1312 " Handle a BufUnloaded autocommand event: unplace any signs.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 827 " s - signs (reserved possible future)
|
1234