Home
last modified time | relevance | path

Searched refs:toplevel (Results 1 – 25 of 50) sorted by relevance

12

/vim-8.2.3635/runtime/syntax/
H A Drng.vim13 syn spell toplevel
H A Dcabalproject.vim18 syn keyword CabalProjectProfilingLevel default none exported-functions toplevel-functions all-funct…
H A Dsvn.vim23 syn spell toplevel
H A Dmallard.vim15 syn spell toplevel
H A Dninja.vim30 " toplevel variable assignments (ident '=' value).
H A Dgitcommit.vim15 syn spell toplevel
H A Dcontext.vim31 syn spell toplevel
H A Dnroff.vim31 syn spell toplevel
H A Dxml.vim60 syn spell toplevel
H A Drst.vim247 syntax spell toplevel
H A Dcs.vim100 " Since syntax/xml.vim contains `syn spell toplevel`, we need to set it back to `default` here.
H A Dlisp.vim467 syn keyword lispKey :load-toplevel :compile-toplevel :execute
H A Dtcl.vim144 syn keyword tcltkWidgetColor toplevel
H A Dhtml.vim24 syntax spell toplevel
H A Daptconf.vim42 " Only the following keywords can be used at toplevel (to begin an option):
/vim-8.2.3635/src/proto/
H A Dnormal.pro3 void normal_cmd(oparg_T *oap, int toplevel);
/vim-8.2.3635/src/
H A Dproto.h294 extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x…
H A Dgui_at_fs.c2254 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 Dnormal.c486 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 Dregexp_nfa.c5748 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 Dtest_syntax.vim188 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 Dclojure.vim160 " 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 Docaml.vim185 " We start folds for modules, classes, and every toplevel definition
/vim-8.2.3635/runtime/doc/
H A Dindent.txt42 that toplevel functions have a '{' in the first column. Otherwise they are
H A Drepeat.txt359 in the same file. Only applies at the toplevel of

12