Home
last modified time | relevance | path

Searched refs:sign (Results 1 – 25 of 155) sorted by relevance

1234567

/vim-8.2.3635/runtime/doc/
H A Dsign.txt97 2. Commands *sign-commands* *:sig* *:sign*
105 :sign unplace 2
116 Define a new sign or set attributes for an existing sign.
196 group={group} Place sign in sign group {group}
199 By default, the sign is placed in the global sign group.
254 Same but remove the sign {id} in sign group {group}.
257 Same but remove the sign {id} from all the sign groups.
300 :sign unplace *
309 :sign unplace
661 sign.
[all …]
H A Ddebugger.txt50 Many debuggers mark specific lines by placing a small sign or color highlight
51 on the line. The |:sign| command lets the debugger set this graphic mark. Some
54 example would be a small stop sign for a line with a breakpoint. These visible
58 This feature can be used with more than debuggers, too. An IPE can use a sign
59 to highlight build errors, searched text, or other things. The sign feature
63 Debug signs are defined and placed using the |:sign| command.
70 work for both vim and gvim, whereas the debug sign is, in most cases, limited
72 from Sun has a "sign gutter" for showing signs.
H A Dtags3118 :sign sign.txt /*:sign*
3119 :sign-define sign.txt /*:sign-define*
3120 :sign-fname sign.txt /*:sign-fname*
3121 :sign-jump sign.txt /*:sign-jump*
3122 :sign-list sign.txt /*:sign-list*
3123 :sign-place sign.txt /*:sign-place*
3126 :sign-unplace sign.txt /*:sign-unplace*
9048 sign-column sign.txt /*sign-column*
9052 sign-group sign.txt /*sign-group*
9054 sign-intro sign.txt /*sign-intro*
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_signs.vim76 sign unplace
85 sign unplace *
94 sign unplace *
179 " Listing placed sign should show that sign is deleted.
334 " Placing a sign without sign name
338 " Unplacing a sign with sign name
340 " Placing a sign without sign name
342 " Placing a sign with only sign identifier
348 " Placing a sign with only sign group
351 " Placing a sign with only sign priority
[all …]
H A Dtest_bufwintabinfo.vim39 sign define Mark text=>> texthl=Search
40 exe "sign place 2 line=3 name=Mark buffer=" . bufnr('%')
45 sign unplace *
46 sign undefine Mark
H A Dtest_netbeans.vim798 sign define S1 linehl=Search text==>
799 sign define S2 linehl=ErrorMsg text=!!
800 sign place 10 line=1 name=S1
801 sign place 20 line=1 name=S2
814 sign unplace 10
815 sign unplace 20
816 sign undefine S1
817 sign undefine S2
H A Dtest_digraph.vim28 " Euro sign
34 " Rouble sign
237 " Euro sign
243 " Rouble sign
H A Dtest_listlbr_utf8.vim188 exe "sign define foo text=\uff0b"
189 exe "sign place 1 name=foo line=2 buffer=" . bufnr('%')
/vim-8.2.3635/src/
H A Dsign.c23 struct sign struct
353 || sign->se_prev->se_lnum != sign->se_lnum in sign_sort_by_prio_on_line()
356 || sign->se_next->se_lnum != sign->se_lnum in sign_sort_by_prio_on_line()
383 sign->se_prev->se_next = sign->se_next; in sign_sort_by_prio_on_line()
385 sign->se_next->se_prev = sign->se_prev; in sign_sort_by_prio_on_line()
397 sign->se_prev->se_next = sign; in sign_sort_by_prio_on_line()
408 sign->se_next->se_prev = sign; in sign_sort_by_prio_on_line()
430 if (lnum == sign->se_lnum && id == sign->se_id in buf_addsign()
575 for (sign = buf->b_signlist; sign != NULL; sign = next) in buf_delsign()
755 for (sign = buf->b_signlist; sign != NULL; sign = next) in buf_delete_signs()
[all …]
H A Dgui_x11.c3185 XImage *sign; in gui_mch_drawsign() local
3189 XClearArea(gui.dpy, gui.wid, TEXT_X(col), TEXT_Y(row) - sign->height, in gui_mch_drawsign()
3191 XPutImage(gui.dpy, gui.wid, gui.text_gc, sign, 0, 0, in gui_mch_drawsign()
3192 TEXT_X(col) + (SIGN_WIDTH - sign->width) / 2, in gui_mch_drawsign()
3193 TEXT_Y(row) - sign->height, in gui_mch_drawsign()
3194 sign->width, sign->height); in gui_mch_drawsign()
3202 XImage *sign = NULL; in gui_mch_register_sign() local
3224 &sign, NULL, &attrs); in gui_mch_register_sign()
3235 return (void *)sign; in gui_mch_register_sign()
3239 gui_mch_destroy_sign(void *sign) in gui_mch_destroy_sign() argument
[all …]
H A Dgui_w32.c8274 signicon_t *sign; in gui_mch_drawsign() local
8289 switch (sign->uType) in gui_mch_drawsign()
8332 if (sign) in close_signicon_image()
8333 switch (sign->uType) in close_signicon_image()
8356 signicon_t sign, *psign; in gui_mch_register_sign() local
8359 sign.hImage = NULL; in gui_mch_register_sign()
8375 sign.hImage = (HANDLE)LoadImage(NULL, (LPCSTR)signfile, sign.uType, in gui_mch_register_sign()
8390 *psign = sign; in gui_mch_register_sign()
8394 if (sign.hImage) in gui_mch_register_sign()
8405 if (sign) in gui_mch_destroy_sign()
[all …]
H A Dgui_gtk_x11.c6912 GdkPixbuf *sign; in gui_mch_drawsign() local
6925 width = gdk_pixbuf_get_width(sign); in gui_mch_drawsign()
6926 height = gdk_pixbuf_get_height(sign); in gui_mch_drawsign()
6968 sign = gdk_pixbuf_scale_simple(sign, width, height, in gui_mch_drawsign()
6970 if (sign == NULL) in gui_mch_drawsign()
7049 g_object_unref(sign); in gui_mch_drawsign()
7058 GdkPixbuf *sign; in gui_mch_register_sign() local
7065 return sign; in gui_mch_register_sign()
7088 gui_mch_destroy_sign(void *sign) in gui_mch_destroy_sign() argument
7090 if (sign != NULL) in gui_mch_destroy_sign()
[all …]
H A Dglobals.h784 #define FOR_ALL_SIGNS_IN_BUF(buf, sign) \ argument
785 for (sign = buf->b_signlist; sign != NULL; sign = sign->se_next)
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim433 sign define debugPC linehl=debugPC
714 exe 'sign unplace ' . s:asm_id
910 exe 'sign unplace ' . s:pc_id
919 sign undefine debugPC
921 exe "sign undefine debugBreakpoint" . val
1124 exe 'sign unplace ' . s:asm_id
1160 exe 'sign unplace ' . s:asm_id
1185 exe 'sign unplace ' . s:pc_id
1194 exe 'sign unplace ' . s:pc_id
1215 " Will update the sign that shows the breakpoint
[all …]
/vim-8.2.3635/runtime/macros/urm/
H A Dexamples14 sign [ 30, 17]: (a3;s2)2; (a2;(s3)3)3.
15 !sign[ 36, 28]: (a3;s2)2; (a2;(s3)3)3; a3; (s3;s2)2; (s3;a2)3.
/vim-8.2.3635/src/xpm/
H A DREADME.txt24 :exe 'sign define vimxpm icon='.$VIMRUNTIME.'\\vim32x32.xpm'
25 :exe 'sign place 1 line=1 name=vimxpm file='.expand('%:p')
/vim-8.2.3635/runtime/syntax/
H A Dgpg.vim33 \ recv-keys search-keys send-keys sign-key verify
36 \ check-trustdb clearsign desig-revoke detach-sign
38 \ rebuild-keydb-caches sign store symmetric
H A Dmurphi.vim94 " Double equal sign is a common error: use one equal sign for equality testing.
H A Dplp.vim7 " Add to filetype.vim the following line (without quote sign):
H A Dcfg.vim19 "... and their values (don't want to highlight '=' sign)
H A Dsqr.vim130 syn keyword sqrParam maxlen money money-edit-mask money-sign
131 syn keyword sqrParam money-sign-location months-case months-full
177 syn keyword sqrFunction sign sin sinh sqrt substr substrb substrp
/vim-8.2.3635/src/po/
H A Den_GB.po654 msgid "E415: unexpected equal sign: %s"
655 msgstr "E415: Unexpected equal sign: %s"
658 msgid "E416: missing equal sign: %s"
659 msgstr "E416: Missing equal sign: %s"
751 msgid "E255: Couldn't read in sign data!"
752 msgstr "E255: Could not read in sign data!"
/vim-8.2.3635/src/proto/
H A Dsign.pro1 /* sign.c */
/vim-8.2.3635/runtime/keymap/
H A Dgreek_iso-8859-7.vim7 " vowel, and the Greek semicolon sign.
H A Dgreek_cp737.vim9 " It includes the Greek semicolon sign.

1234567