| /vim-8.2.3635/src/testdir/ |
| H A D | test_matchfuzzy.vim | 32 " preference for match after a separator (_ or space) 42 " prefer complete matches over separator matches 46 " path separator vs word separator 118 " preference for match after a separator (_ or space) 173 " preference for complete match then match after separator (_ or space) 176 " preference for match after a separator (_ or space) 223 " preference for match after a separator (_ or space)
|
| H A D | test_shell.vim | 161 " unset. The assert checks the file separator before the leafname.
|
| H A D | test_history.vim | 232 " Test for changing the search command separator in the history
|
| H A D | test_window_cmd.vim | 203 " - 1 column + 1 separator for each window (except last window) 204 " - 1 column for the last window which does not have separator
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 13 …separator' : [], 'grouping-separator' : [], 'infinity' : [], 'minus-sign' : [], 'NaN' : [], 'perce… 23 … 'lang' : [], 'letter-value' : ['alphabetic', 'traditional'], 'grouping-separator' : [], 'grouping…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | icemenu.vim | 23 " separator 24 syntax keyword _rules separator
|
| H A D | matlab.vim | 11 " - now highlights cell-mode separator comments
|
| H A D | elinks.vim | 91 \ unvisited normal loading separator searched mono
|
| H A D | samba.vim | 82 syn keyword sambaKeyword contained scope separator shell show smbd template
|
| H A D | tmux.vim | 93 \ window-status-format window-status-last-style window-status-separator
|
| H A D | eterm.vim | 189 syn keyword etermMenuItemAction contained separator
|
| H A D | tcl.vim | 97 … tcltkWidgetSwitch contained active end last none cascade checkbutton command radiobutton separator
|
| H A D | raku.vim | 1575 " L<> can have a "|" separator 1609 " E<> can have a ";" separator 1643 " M<> can have a ":" separator
|
| H A D | aptconf.vim | 34 "setlocal iskeyword+=: is problematic, because of the '::' separator
|
| /vim-8.2.3635/src/ |
| H A D | gui_xmdlg.c | 857 Widget separator; in gui_xm_select_font() local 955 separator = XmCreateSeparatorGadget(form, "separator", args, n); in gui_xm_select_font() 956 XtManageChild(separator); in gui_xm_select_font() 966 XmNrightWidget, separator, in gui_xm_select_font() 997 XmNrightWidget, separator, in gui_xm_select_font() 1042 XtSetArg(args[n], XmNrightWidget, separator); ++n; in gui_xm_select_font() 1061 XmNrightWidget, separator, in gui_xm_select_font()
|
| H A D | gui_motif.c | 2522 Widget separator = NULL; in gui_mch_dialog() local 2684 separator = (Widget) 0; in gui_mch_dialog() 2695 separator = XmCreateSeparatorGadget(dialogform, "separator", args, n); in gui_mch_dialog() 2696 XtManageChild(separator); in gui_mch_dialog() 2709 XmNbottomWidget, separator, in gui_mch_dialog() 2809 XmNbottomWidget, separator, in gui_mch_dialog() 3631 Widget separator; in find_replace_dialog_create() local 3767 separator = XmCreateSeparatorGadget(frdp->dialog, "separator", args, n); in find_replace_dialog_create() 3768 XtManageChild(separator); in find_replace_dialog_create() 3775 XmNrightWidget, separator, in find_replace_dialog_create()
|
| H A D | INSTALLmac.txt | 7 Only '/' is supported as path separator.
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_src.txt | 4 It is packed for Unix systems (NL line separator).
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_42.txt | 131 The separator lines, used to group related menu items together, can be defined 135 The command from a separator will never be executed, but you have to define 274 The dotted line at the top of a menu is not a separator line. When you select
|
| H A D | cmdline.txt | 962 separator is added at the end. For a file name that does not 979 When the file name ends in a path separator, only the path 980 separator is removed. Thus ":p:h" on a directory name results 1082 For filesystems that use a backslash as directory separator (MS-Windows), it's
|
| H A D | arabic.txt | 180 vertical separator like "l" or "" may be used. It may also be
|
| H A D | ft_sql.txt | 626 1. If the table name has an '_', then use it as a separator: > 631 mixed case then the case is used as a separator: >
|
| H A D | gui.txt | 374 The same can be used on the vertical separator: click to give the window left 730 *menu-separator* *E332* 739 Note that the separator also requires a rhs. It doesn't matter what it is,
|
| H A D | editing.txt | 343 White space between the filename, the separator and 387 on MS-Windows the backslash is a path separator and "path\[abc]" is still seen 1731 separator or by a number and a path separator.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sql.vim | 450 " Had to double the \ for the \| separator since this has a special
|