Searched refs:toplevel (Results 1 – 25 of 50) sorted by relevance
12
| /vim-8.2.3635/runtime/syntax/ |
| H A D | rng.vim | 13 syn spell toplevel
|
| H A D | cabalproject.vim | 18 syn keyword CabalProjectProfilingLevel default none exported-functions toplevel-functions all-funct…
|
| H A D | svn.vim | 23 syn spell toplevel
|
| H A D | mallard.vim | 15 syn spell toplevel
|
| H A D | ninja.vim | 30 " toplevel variable assignments (ident '=' value).
|
| H A D | gitcommit.vim | 15 syn spell toplevel
|
| H A D | context.vim | 31 syn spell toplevel
|
| H A D | nroff.vim | 31 syn spell toplevel
|
| H A D | xml.vim | 60 syn spell toplevel
|
| H A D | rst.vim | 247 syntax spell toplevel
|
| H A D | cs.vim | 100 " Since syntax/xml.vim contains `syn spell toplevel`, we need to set it back to `default` here.
|
| H A D | lisp.vim | 467 syn keyword lispKey :load-toplevel :compile-toplevel :execute
|
| H A D | tcl.vim | 144 syn keyword tcltkWidgetColor toplevel
|
| H A D | html.vim | 24 syntax spell toplevel
|
| H A D | aptconf.vim | 42 " Only the following keywords can be used at toplevel (to begin an option):
|
| /vim-8.2.3635/src/proto/ |
| H A D | normal.pro | 3 void normal_cmd(oparg_T *oap, int toplevel);
|
| /vim-8.2.3635/src/ |
| H A D | proto.h | 294 extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x…
|
| H A D | gui_at_fs.c | 2254 Widget toplevel, in SFcreateWidgets() argument 2268 XtNtransientFor, toplevel, in SFcreateWidgets() 2658 Widget toplevel, in vim_SelFile() argument 2687 SFdisplay = XtDisplay(toplevel); in vim_SelFile() 2688 SFcreateWidgets(toplevel, prompt, _("OK"), _("Cancel")); in vim_SelFile()
|
| H A D | normal.c | 486 int toplevel UNUSED) // TRUE when called from main() in normal_cmd() 564 if (toplevel && readbuf1_empty()) in normal_cmd() 639 if (toplevel && readbuf1_empty()) in normal_cmd() 722 if (toplevel && readbuf1_empty()) in normal_cmd() 1250 if (curwin->w_p_scb && toplevel) in normal_cmd() 1256 if (curwin->w_p_crb && toplevel) in normal_cmd()
|
| H A D | regexp_nfa.c | 5748 int toplevel = start->c == NFA_MOPEN; in nfa_regmatch() local 5814 if (toplevel) in nfa_regmatch() 7059 && ((toplevel in nfa_regmatch() 7077 if (toplevel) in nfa_regmatch()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_syntax.vim | 188 call assert_equal('"syn spell default notoplevel toplevel', @:) 311 syn spell toplevel 312 call assert_match('spell toplevel', execute('syntax spell')) 316 call assert_match('spell toplevel', execute('syntax spell'))
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | clojure.vim | 160 " Special case: we are now at toplevel. 263 " There are neither { nor [ nor (, ie. we are at the toplevel.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ocaml.vim | 185 " We start folds for modules, classes, and every toplevel definition
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | indent.txt | 42 that toplevel functions have a '{' in the first column. Otherwise they are
|
| H A D | repeat.txt | 359 in the same file. Only applies at the toplevel of
|
12