Searched refs:cexpr (Results 1 – 22 of 22) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_quickfix.vim | 743 cexpr text 1305 cexpr "" 1320 cexpr lines 2543 cexpr "F1:10:Line 10" 2546 cexpr "" 3792 cexpr "" 3977 cexpr ['F1:10:L10'] 4010 autocmd BufRead Xtest2.txt cexpr '' | cexpr '' 4165 " :cexpr 4937 " cexpr/lexpr [all …]
|
| H A D | test_expand.vim | 111 :call assert_fails('call expandcmd("edit <cexpr>")', 'E348:')
|
| H A D | test_vim9_disassemble.vim | 218 cexpr errors 227 ' cexpr errors\_s*' .. 228 '\d CEXPR pre cexpr\_s*' .. 230 '\d CEXPR core cexpr "cexpr errors"\_s*' ..
|
| H A D | test_normal.vim | 506 call assert_equal(expected[i], expand('<cexpr>'), 'i == ' . i) 509 " Test for <cexpr> in state.val and ptr->val 512 call assert_equal('state.val', expand('<cexpr>')) 515 call assert_equal('ptr->val', expand('<cexpr>')) 538 call assert_equal('item->color', expand("<cexpr>"))
|
| H A D | test_expr.vim | 568 \ 'cexpr',
|
| H A D | test_window_cmd.vim | 1065 cexpr ''
|
| H A D | test_vim9_script.vim | 1021 cexpr 'File'
|
| /vim-8.2.3635/src/ |
| H A D | vim9.h | 448 cexpr_T cexpr; member
|
| H A D | vim9compile.c | 9467 isn->isn_arg.cexpr.cexpr_ref = ALLOC_ONE(cexprref_T); in compile_cexpr() 9468 if (isn->isn_arg.cexpr.cexpr_ref == NULL) in compile_cexpr() 9470 isn->isn_arg.cexpr.cexpr_ref->cer_cmdidx = eap->cmdidx; in compile_cexpr() 9471 isn->isn_arg.cexpr.cexpr_ref->cer_forceit = eap->forceit; in compile_cexpr() 9472 isn->isn_arg.cexpr.cexpr_ref->cer_cmdline = vim_strsave(skipwhite(line)); in compile_cexpr() 10500 vim_free(isn->isn_arg.cexpr.cexpr_ref->cer_cmdline); in delete_instr() 10501 vim_free(isn->isn_arg.cexpr.cexpr_ref); in delete_instr()
|
| H A D | vim9execute.c | 1892 ea.cmdidx = iptr->isn_arg.cexpr.cexpr_ref->cer_cmdidx; in exec_instructions() 1893 ea.forceit = iptr->isn_arg.cexpr.cexpr_ref->cer_forceit; in exec_instructions() 1894 ea.cmdlinep = &iptr->isn_arg.cexpr.cexpr_ref->cer_cmdline; in exec_instructions() 5075 cexprref_T *cer = iptr->isn_arg.cexpr.cexpr_ref; in list_instructions()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | cmdline.txt | 550 :cexpr (and the like) 901 *:<cexpr>* *<cexpr>* 902 <cexpr> is replaced with the word under the cursor, including more
|
| H A D | quickfix.txt | 322 *:cex* *:cexpr* *E777* 334 :cexpr system('grep -n xyz *') 335 :cexpr getline(1, '$') 338 :lex[pr][!] {expr} Same as |:cexpr|, except the location list for the 343 Just like |:cexpr|, but don't jump to the first error. 353 cursor position will not be changed. See |:cexpr| for
|
| H A D | quickref.txt | 1035 |:cgetexpr| :cgete like :cexpr but don't jump to the first error 1041 |:cexpr| :cex read errors from an expression
|
| H A D | popup.txt | 744 - "expr": if the cursor moved outside |<cexpr>|
|
| H A D | tags | 1991 :<cexpr> cmdline.txt /*:<cexpr>* 2238 :cexpr quickfix.txt /*:cexpr* 3657 <cexpr> cmdline.txt /*<cexpr>*
|
| H A D | autocmd.txt | 1000 |:lhelpgrep|, |:cexpr|, |:cgetexpr|,
|
| H A D | index.txt | 1226 |:cexpr| :cex[pr] read errors from expr and jump to first
|
| H A D | version8.txt | 6510 ":cexpr". 14121 Solution: Also trigger on ":cexpr", ":cbuffer", etc. (Yegappan Lakshmanan) 15943 Problem: No command line completion for :cexpr, :cgetexpr, :caddexpr, etc. 21219 Solution: Add <cexpr>. 21224 Problem: Test for <cexpr> fails without +balloon_eval feature. 26837 Problem: :cexpr no longer jumps to the first error. 41015 Problem: :cexpr does not handle | in expression. 47901 Problem: Vim9: cannot use line break in :cexpr argument.
|
| H A D | eval.txt | 1788 highlighted text is used. Also see |<cexpr>|. 4673 <cexpr> C expression under the cursor
|
| H A D | version7.txt | 719 |:cexpr| Read error messages from a Vim expression (Yegappan 732 |:lexpr| Like |:cexpr| but use the location list.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 318 cexpr l:Error_List
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 1016 let expr = expand('<cexpr>')
|