| /vim-8.2.3635/src/ |
| H A D | gui_at_fs.c | 85 char *shown; member 378 name = entries[i].shown; in SFfindFile() 393 name = entries[i].shown; in SFfindFile() 1303 char *shown; in SFstatAndCheck() local 1305 shown = NULL; in SFstatAndCheck() 1308 if (shown) in SFstatAndCheck() 1312 len = strlen(shown); in SFstatAndCheck() 1314 (void) strcpy(entry->shown, shown); in SFstatAndCheck() 1374 entry->shown, in SFdrawStrings() 1375 strlen(entry->shown)); in SFdrawStrings() [all …]
|
| H A D | gui_at_sb.c | 111 Offset(scrollbar.shown), XtRFloat, (XtPointer)&floatZero}, 353 newbot = newtop + (int)(tzl * sbw->scrollbar.shown) + 1; in PaintThumb() 577 if (dsbw->scrollbar.shown < 0.0 || dsbw->scrollbar.shown > 1.0) in SetValues() 578 dsbw->scrollbar.shown = sbw->scrollbar.shown; in SetValues() 594 sbw->scrollbar.shown != dsbw->scrollbar.shown) in SetValues() 1034 sbw->scrollbar.scroll_off = sbw->scrollbar.shown / 2.; in MoveThumb() 1042 sbw->scrollbar.max - sbw->scrollbar.shown + 0.000001); in MoveThumb() 1175 vim_XawScrollbarSetThumb(Widget w, double top, double shown, double max) in vim_XawScrollbarSetThumb() argument 1188 sbw->scrollbar.shown = (shown > 1.0) ? 1.0 : in vim_XawScrollbarSetThumb() 1189 (shown >= 0.0) ? shown : sbw->scrollbar.shown; in vim_XawScrollbarSetThumb()
|
| H A D | gui_at_sb.h | 109 float shown; // What percent is shown in the win member
|
| H A D | INSTALLami.txt | 16 can be used to override uname and thereby set the target. An example is shown
|
| H A D | gui.c | 3727 int shown = gui_mch_showing_tabline(); in gui_update_tabline() local 3735 if (!showit != !shown) in gui_update_tabline() 3742 if (!showit != !shown) in gui_update_tabline()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | intro.txt | 324 the (partially) entered count is shown at the bottom of the 551 If the 'showmode' option is on "-- VISUAL --" is shown 557 If the 'showmode' option is on "-- SELECT --" is shown 562 If the 'showmode' option is on "-- INSERT --" is shown 592 shown at the bottom of the window. 598 shown at the bottom of the window. 604 shown at the bottom of the window. 615 is shown at the bottom of the window. 621 is shown at the bottom of the window. 778 that is not shown, the screen is scrolled horizontally. The advantage of [all …]
|
| H A D | various.txt | 64 <NL>, but it will be shown as: 68 also shown. The value of 'maxcombine' doesn't matter. 308 shown. 515 shown on the screen. When [!] is included, an
|
| H A D | usr_09.txt | 35 (for as far as this can be shown in ASCII!). 71 If nothing is shown you have an ordinary, unchanged file.
|
| H A D | editing.txt | 82 shown, separated by a dash. 91 In Blockwise mode, Column count is also shown. (For 110 cases when the file name is displayed only the name you typed is shown, but 227 Edit the [count]th buffer (as shown by |:files|). 561 message "[dos format]" is shown to remind you that something unusual is 1037 for Win32. On other systems the message "[dos format]" is shown to remind you 1041 "[unix format]" is shown. 1044 message "[mac format]" is shown. 1238 The syntax is best shown via some examples: > 1426 - <Nul> characters are shown on the screen as ^@. You can enter them with
|
| H A D | vi_diff.txt | 206 A range of lines can be shown as one "folded" line. This allows 252 shown highlighted on the screen. By typing "o" the other end of the 341 of them will be shown. When the cursor is moved to a part that is not 342 shown, the screen will scroll horizontally. The minimum number of 502 When the 'showcmd' option is set, the command characters are shown in the last 505 If the 'ruler' option is set, the current cursor position is shown in the 718 normal digraphs is included. They are shown with the ":digraph" command. 793 Error messages are shown at least one second (Vi overwrites error messages).
|
| H A D | rileft.txt | 89 If the 'showmode' option is set, "-- REVERSE INSERT --" will be shown
|
| H A D | hebrew.txt | 108 If the 'showmode' option is set, "-- REVERSE INSERT --" will be shown in the
|
| H A D | usr_32.txt | 87 Note that only the changes are numbered, the text shown in the tree above has
|
| H A D | tabpage.txt | 358 A "+" will be shown for a tab page that has a modified window. The number of 359 windows in a tabpage is also shown. Thus "3+" means three windows and one of
|
| H A D | usr_28.txt | 146 A "+" is shown for a closed fold. A "-" is shown at the start of each open
|
| H A D | mlang.txt | 136 done, some of the menus may be shown in English. Please try contacting the
|
| H A D | options.txt | 34 key codes are not shown, because they are generated 314 shown (but that might change in the future). 1861 'showmode' & off current mode not shown 2040 is shown: 2043 0 Text is shown normally 4672 replacement character will be shown. 6307 text in the file is shown on the far right: 6314 ruler is shown there. Otherwise it is shown in the last line of the 6321 For an empty line "0-1" is shown. 7902 message is shown. [all …]
|
| H A D | term.txt | 287 shown with the ":set all" command. Instead use ":set termcap". 717 cursor position is shown in the status line. If you are using horizontal 722 The command characters will not be shown in the status line. If the terminal 932 only in some versions (GUI, Win32) will the dragging be shown immediately.
|
| /vim-8.2.3635/runtime/macros/hanoi/ |
| H A D | poster | 30 The disks aren't actually shown in this version, only numbers representing
|
| /vim-8.2.3635/src/testdir/ |
| H A D | term_util.vim | 118 " Wait for "All" or "Top" of the ruler to be shown in the last line or in
|
| H A D | test_netbeans.vim | 214 " Test for E645 (shown only when verbose > 0) 224 " Test for E646 (shown only when verbose > 0)
|
| H A D | test_popup.vim | 27 " although the popupmenu wasn't shown <c-e> will remove the inserted 193 " Since for the first <c-y> the menu is still shown, will only select
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | pod.vim | 130 " Restore this (otherwise B<> is shown as bold inside verbatim)
|
| H A D | rst.vim | 200 " will both be highlighted as C++ code. As shown by the latter block
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | README_VisVim.txt | 125 Loads the file shown in the internal editor into Vim. Use this function if
|