Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 25 of 112) sorted by relevance

12345

/vim-8.2.3635/runtime/indent/
H A Dsas.vim13 setlocal indentkeys+=;,=~data,=~proc,=~macro
34 " Regex that captures the start of a macro
35 let s:macro_str = '\v%(^|;)\s*\%macro>'
36 " Regex that captures the end of a macro
72 " Previous non-blank line contains the start of a macro/section/block
73 " while not the end of a macro/section/block (at the same line)
103 " Current line is the end of a macro
104 " Match the indentation of the start of the macro
H A Dnsis.vim61 if l:prevl =~? '^\s*!\%(if\%(\%(macro\)\?n\?def\)\?\|else\)\>'
70 …oUntil\|For\|ForEach\|MementoSection\)}\|Function\>\|Section\>\|SectionGroup\|PageEx\>\|!macro\>\)'
/vim-8.2.3635/src/
H A Dtextobject.c254 char_u *macro; in inmacro() local
256 for (macro = opt; macro[0]; ++macro) in inmacro()
261 if ( (macro[0] == s[0] in inmacro()
262 || (macro[0] == ' ' in inmacro()
264 && (macro[1] == s[1] in inmacro()
265 || ((macro[1] == NUL || macro[1] == ' ') in inmacro()
268 ++macro; in inmacro()
269 if (macro[0] == NUL) in inmacro()
272 return (macro[0] != NUL); in inmacro()
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze_mac73 " where F is a macro which yanks the character under the cursor into
105 " in the one macro, so you have to make lots of little macros and
111 " But when I type Q, vi tells me 'Can't yank inside global/macro' and
118 " The macro to run the maze solver is 'g'. This simply calls two other
183 " `a@m - go back to the current position and execute the macro, this will
189 " next state into the State macro
194 " `a@r - go back to the current position and exectute the macro to restore
259 " F - yank NextChar (this macro is called from the Macro register)
/vim-8.2.3635/runtime/ftplugin/
H A Dnsis.vim37 \ '!if\%(\%(macro\)\?n\?def\)\?\>:!else\>:!endif\>,' .
38 \ '!macro\>:!macroend\>'
H A Djulia.vim21 setlocal define=^\\s*macro\\>
38 …let b:julia_begin_keywords = '\%(\.\s*\|@\)\@<!\<\%(function\|macro\|begin\|mutable\s\+struct\|\%(…
H A Dcmake.vim23 \ . ',\<macro\>:\<endmacro\>'
H A Dpostscr.vim21 " Define patterns for the matchit macro
H A Dinitex.vim28 " Allow "[d" to be used to find a macro definition:
H A Dplaintex.vim21 " Allow "[d" to be used to find a macro definition:
H A Dtex.vim22 " Allow "[d" to be used to find a macro definition:
/vim-8.2.3635/runtime/macros/hanoi/
H A Dposter21 This will give you the macro file hanoi.vi.macros.
28 the macro file.
/vim-8.2.3635/runtime/syntax/
H A Dreadline.vim272 \ start-kbd-macro
273 \ end-kbd-macro
274 \ call-last-kbd-macro
275 \ print-last-kbd-macro
H A Dlisp.vim114 syn keyword lispFunc arithmetic-error-operation get-dispatch-macro-character rationalize
119 syn keyword lispFunc array-displacement get-macro-character read-char-no-hang
175 syn keyword lispFunc both-case-p ldb-test set-dispatch-macro-character
178 syn keyword lispFunc broadcast-stream least-negative-long-float set-macro-character
239 syn keyword lispFunc coerce macro-function standard-object
247 syn keyword lispFunc compiler-let make-dispatch-macro-character stream-external-format
248 syn keyword lispFunc compiler-macro make-echo-stream streamp
249 syn keyword lispFunc compiler-macro-function make-hash-table streamup
291 syn keyword lispFunc define-compiler-macro mod symbol
294 syn keyword lispFunc define-modify-macro most-negative-long-float symbol-name
[all …]
H A Dchicken.vim92 syn keyword schemeSyntaxSyntax er-macro-transformer
93 syn keyword schemeSyntaxSyntax ir-macro-transformer
H A Dpapp.vim63 syn sync match pappSync grouphere papp_CDATAh "</\(perl\|xperl\|phtml\|macro\|module\)>"
66 syn sync match pappSync grouphere NONE "</\=\(module\|state\|macro\)>"
H A Dmrxvtrc.vim198 \ macro
221 " NewTab macro
231 " ToggleSubwin macro
H A Dcupl.vim34 syn keyword cuplStatement macro min node out
82 syn match cuplDirective "\$macro"
H A Dnasm.vim41 " Identifier Label = label defined as first non-keyword on a line or %[i]macro
135 " Multi-line macro
137 syn region nasmMacroDef matchgroup=nasmMacro keepend start="^\s*%macro\>"hs=e-5 start="^\s*%imacro…
176 syn match nasmInMacMacro contained transparent "macro\s"lc=5 skipwhite nextgroup=nasmStructureLab…
179 " nasm conditional macro operands/arguments
184 " Context pre-procs that are better used inside a macro
436 syn sync match nasmSync grouphere nasmMacroDef "^\s*%i\=macro\>"me=s-1
H A Dcynpp.vim8 " Cynpp (Cyn++) is a macro language to ease coding in Cynlib.
H A Dmmp.vim21 syn keyword mmpStorage lang library linkas macro nostrictdef option
H A Dreva.vim91 Builtin 'create 'defer 'does 'forth 'inline 'macro 'macront 'notail 'value 'variable
120 syn keyword revavocs forth macro inline
/vim-8.2.3635/runtime/doc/
H A Dtagsrch.txt525 a tag for each "#defined" macro, typedefs, enums, etc.
658 followed by white space and a '('. This will find macro names and function
682 variable, function or macro. If you only want to search in the current
696 The string can be any keyword or a defined macro. For the keyword any match
703 When a match is found for a defined macro, the displaying of lines continues
795 [d Display the first macro definition that contains the
796 macro under the cursor. The search starts from the
810 [D Display all macro definitions that contain the macro
827 [ CTRL-D Jump to the first macro definition that contains the
844 macro definition line that contains the keyword
[all …]
/vim-8.2.3635/nsis/
H A Dgvim.nsi213 !macro GetParent un
618 !macro SaveSectionSelection section_id reg_value
688 !macro LoadSectionSelection section_id reg_value
700 !macro LoadDefaultVimrc out_var reg_value default_value
1069 !macro RemoveVimfiles dir
/vim-8.2.3635/runtime/macros/urm/
H A DREADME.txt2 The URM macro package was written by Rudolf Koenig ("Rudi")

12345