Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 23 of 23) sorted by relevance

/vim-8.2.3635/runtime/indent/
H A Dlogtalk.vim39 " Check for entity opening directive on previous line
48 " Check for entity closing directive on previous line
H A Ddtd.vim319 " this function to include proper support for whatever processing directive
/vim-8.2.3635/runtime/syntax/
H A Dhaskell.vim26 " 2004 Feb 19: Added C preprocessor directive handling, corrected eol comments
29 " 2004 Feb 20: Cleaned up C preprocessor directive handling, fixed single \
112 " First, see whether to flag directive-like lines or not
H A Dmix.vim17 " Special processing of ALF directive: implementations vary whether quotation
H A Dautodoc.vim21 syn keyword autodocStatement contained decl directive inherit
H A Dfgl.vim112 " Not a comment even though it looks like one (Dynamic 4GL/FourJs directive)
H A Dfalcon.vim34 syn keyword falconKeyword continue def directive do list dropping enum eq eval exit export from fun…
H A Dsmcl.vim251 " Link directive for line and paragraph modes
H A Dfortran.vim24 " source file directive > buffer-local value > global value > file extension
25 " first try using directive in first three lines of file
H A Dgo.vim441 " Other words in the build directive are build tags not listed above, so
H A Dnginx.vim932 " This submodule provides a directive that creates a list of upstreams, with optional weighting. Th…
2125 …es request body storing all files being uploaded to a directory specified by upload_store directive
H A Draku.vim1238 " =encoding is a special directive
H A Dtypescriptcommon.vim365 … contained overview service object function method property event directive filter inputType…
/vim-8.2.3635/src/
H A Dos_vms_fix.com55 $ write sys$output "OS_VMS_FIX - DECC->VAXC pre-processor directive convert script"
H A Dcindent.c2127 char_u *directive = skipwhite(theline + 1); in get_c_indent() local
2128 if (curbuf->b_ind_pragma == 0 || STRNCMP(directive, "pragma", 6) != 0) in get_c_indent()
/vim-8.2.3635/src/testdir/
H A Dtest_indent.vim62 " Test for shifting a line with a preprocessor directive ('#')
/vim-8.2.3635/runtime/doc/
H A Dusr_44.txt250 preprocessor directive is anything from # to the end of the line. Because you
259 preprocessor directive should end at the end of the line. That is why
587 To define a "grouphere" directive for this syntax, you use the following
H A Dos_vms.txt880 - created OS_VMS_FILTER.COM - DECC->VAXC pre-processor directive convert
H A Dindent.txt576 them like every other preprocessor directive.
H A Dvi_diff.txt934 matching preprocessor directive (Vi: no count supported)
H A Dindex.txt258 preprocessor directive.
H A Dsyntax.txt1649 by including a comment with the directive "fortran_dialect=xx" (where xx=F or
2913 __END__ Source code after "__END__" directive
H A Dversion8.txt43443 Problem: Using wrong printf directive for jump location.