Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 25 of 91) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_matchfuzzy.vim32 " 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 Dtest_shell.vim161 " unset. The assert checks the file separator before the leafname.
H A Dtest_history.vim232 " Test for changing the search command separator in the history
H A Dtest_window_cmd.vim203 " - 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 Dxsl.vim13separator' : [], 'grouping-separator' : [], 'infinity' : [], 'minus-sign' : [], 'NaN' : [], 'perce…
23 … 'lang' : [], 'letter-value' : ['alphabetic', 'traditional'], 'grouping-separator' : [], 'grouping…
/vim-8.2.3635/runtime/syntax/
H A Dicemenu.vim23 " separator
24 syntax keyword _rules separator
H A Dmatlab.vim11 " - now highlights cell-mode separator comments
H A Delinks.vim91 \ unvisited normal loading separator searched mono
H A Dsamba.vim82 syn keyword sambaKeyword contained scope separator shell show smbd template
H A Dtmux.vim93 \ window-status-format window-status-last-style window-status-separator
H A Determ.vim189 syn keyword etermMenuItemAction contained separator
H A Dtcl.vim97 … tcltkWidgetSwitch contained active end last none cascade checkbutton command radiobutton separator
H A Draku.vim1575 " L<> can have a "|" separator
1609 " E<> can have a ";" separator
1643 " M<> can have a ":" separator
H A Daptconf.vim34 "setlocal iskeyword+=: is problematic, because of the '::' separator
/vim-8.2.3635/src/
H A Dgui_xmdlg.c857 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 Dgui_motif.c2522 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 DINSTALLmac.txt7 Only '/' is supported as path separator.
/vim-8.2.3635/READMEdir/
H A DREADME_src.txt4 It is packed for Unix systems (NL line separator).
/vim-8.2.3635/runtime/doc/
H A Dusr_42.txt131 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 Dcmdline.txt962 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 Darabic.txt180 vertical separator like "l" or "��" may be used. It may also be
H A Dft_sql.txt626 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 Dgui.txt374 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 Dediting.txt343 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 Dsql.vim450 " Had to double the \ for the \| separator since this has a special

1234