Searched refs:alignment (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 1796 GtkWidget *alignment; in gui_mch_dialog() local 1814 alignment = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); in gui_mch_dialog() 1816 alignment = gtk_alignment_new((float)0.5, (float)0.5, in gui_mch_dialog() 1819 gtk_container_add(GTK_CONTAINER(alignment), entry); in gui_mch_dialog() 1821 gtk_widget_show(alignment); in gui_mch_dialog() 1828 alignment, TRUE, FALSE, 0); in gui_mch_dialog() 1832 alignment, TRUE, FALSE, 0); in gui_mch_dialog() 2112 GtkWidget *alignment; in create_image_button() local 2146 gtk_container_add(GTK_CONTAINER(alignment), box); in create_image_button() 2147 gtk_widget_show_all(alignment); in create_image_button() [all …]
|
| /vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/ |
| H A D | justify.vim | 28 " If specified, alignment will only be done, if the longest space run 29 " after alignment is no longer than maxspaces. 75 " All space runs in the line are truncated before the alignment is
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | vhdl.vim | 30 " option to disable alignment of generic/port mappings 35 " option to disable alignment of right-hand side assignment "<=" statements
|
| H A D | julia.vim | 362 " unless we're in a function arguments list or alignment is disabled, in
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textformat.vim | 204 " :left alignment 229 " :center alignment 254 " :right alignment
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | indent.txt | 1102 causes the following alignment example: > 1117 to the .vimrc file, which causes the previous alignment example to change: > 1131 default. This causes the following alignment example: > 1141 to the .vimrc file, which causes the previous alignment example to change: >
|
| H A D | change.txt | 1579 from a left alignment. See below for more details. 1611 alignment, leaving just " */". There is no need to hit Backspace first. 1617 Here is an example of alignment flags at work to make a comment stand out 1630 alignment and offset flags are taken into consideration: opening a new line 1632 automatically ending a three-piece comment. The end alignment flag has a 1633 backwards perspective; the result is that the same alignment flag used with 1635 Only one alignment per comment part is meant to be used, but an offset number 1638 Enabling 'cindent' will override the alignment flags in many cases. 1640 alignment flags either. The same behaviour can be defined in those other
|
| H A D | diff.txt | 159 The alignment of text will go wrong when: 166 alignment go wrong
|
| H A D | vi_diff.txt | 355 text alignment: |:center|, |:left| and |:right|.
|
| H A D | version7.txt | 1740 alignment may go wrong. 'cindent' also suffers from this for right-aligned 8049 Solution: Break the search loop. Also fix pointer alignment for systems 10349 Added ability to control alignment inside `if` condition separately 10350 from alignment inside function arguments: |cino-k|. (Lech Lorens) 17993 Problem: Setting/resetting 'lbr' in the main help file changes alignment
|
| H A D | syntax.txt | 702 the source document. Note that this can easily break text alignment and
|
| H A D | version5.txt | 3976 properly. This caused alignment problems for the undo structure allocations.
|
| H A D | options.txt | 7454 alignment of a section. Must be followed by %) somewhere.
|
| H A D | version8.txt | 19114 Improve alignment. 32060 Solution: Use bottom alignment. (Taro Muraoka, closes #4116, closes #1520) 36585 Solution: Improve alignment. (Yasuhiro Matsumoto, closes #4694)
|
| H A D | version6.txt | 3097 inserted, breaking the alignment.
|