Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_bt.c2234 char_u *chain = NULL; in regconcat() local
2288 if (chain == NULL) // First piece. in regconcat()
2291 regtail(chain, latest); in regconcat()
2292 chain = latest; in regconcat()
2311 char_u *chain = NULL; in regbranch() local
2330 if (chain != NULL) in regbranch()
2331 regtail(chain, latest); in regbranch()
2339 chain = latest; in regbranch()
/vim-8.2.3635/runtime/syntax/
H A Dibasic.vim34 syn keyword ibasicStatement beep bload bsave call absolute chain chdir circle
H A Dreva.vim95 Builtin >rr ? ?do @execute @rem appdir argv as back base base! between chain cleanup-libs
H A Dbasic.vim24 syn keyword basicStatement CHAIN chain Chain CHDIR chdir Chdir
H A Dneomuttrc.vim632 \ 'buffy-list', 'capitalize-word', 'catchup', 'chain-next', 'chain-prev', 'change-dir',
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim76 " Allow TOhtml to chain together with other commands
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt25849 Functions can now be called in a chain, using "->": >
25851 The new `:eval` command can be used if the chain has no result.
47499 Problem: Vim9: cannot chain function calls with -> at line start.