Home
last modified time | relevance | path

Searched refs:signs (Results 1 – 25 of 80) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_signs.vim1 " 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 Dtest_bufwintabinfo.vim37 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 Dtest_netbeans.vim449 \ '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 Dtest_listlbr_utf8.vim9 CheckFeature signs
H A Dtest_fold.vim1101 " Enable number and sign columns and place some signs
H A Dtest_options.vim140 CheckFeature signs
H A Dtest_highlight.vim367 CheckFeature signs
/vim-8.2.3635/runtime/doc/
H A Dsign.txt17 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 Ddebugger.txt22 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 Dhelp.txt190 |sign.txt| debugging signs
H A Dnetbeans.txt133 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 Dusr_41.txt1089 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 Dvarious.txt450 B *+signs* |:sign|
/vim-8.2.3635/src/
H A Devalbuffer.c647 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 DREADME.md80 sign.c | signs
/vim-8.2.3635/src/xpm/
H A DREADME.txt2 'signs' feature.
/vim-8.2.3635/runtime/ftplugin/
H A Dfortran.vim43 " Assume fixed source form unless signs of free source form
/vim-8.2.3635/runtime/indent/
H A Dfortran.vim51 " Assume fixed source form unless signs of free source form
/vim-8.2.3635/runtime/syntax/
H A Dawk.vim121 " Numbers, allowing signs (both -, and +)
H A Drst.vim55 " and plus signs."
H A Dada.vim120 " Section: Identify leading numeric signs {{{1
H A Dr.vim63 " a roxygen comment marker (one or two hash signs # followed by a single
H A Dfortran.vim64 " Assume fixed source form unless signs of free source form
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim1300 " 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 Dtohtml.vim827 " s - signs (reserved possible future)

1234