Home
last modified time | relevance | path

Searched refs:cexpr (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_quickfix.vim743 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 Dtest_expand.vim111 :call assert_fails('call expandcmd("edit <cexpr>")', 'E348:')
H A Dtest_vim9_disassemble.vim218 cexpr errors
227 ' cexpr errors\_s*' ..
228 '\d CEXPR pre cexpr\_s*' ..
230 '\d CEXPR core cexpr "cexpr errors"\_s*' ..
H A Dtest_normal.vim506 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 Dtest_expr.vim568 \ 'cexpr',
H A Dtest_window_cmd.vim1065 cexpr ''
H A Dtest_vim9_script.vim1021 cexpr 'File'
/vim-8.2.3635/src/
H A Dvim9.h448 cexpr_T cexpr; member
H A Dvim9compile.c9467 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 Dvim9execute.c1892 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 Dcmdline.txt550 :cexpr (and the like)
901 *:<cexpr>* *<cexpr>*
902 <cexpr> is replaced with the word under the cursor, including more
H A Dquickfix.txt322 *: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 Dquickref.txt1035 |:cgetexpr| :cgete like :cexpr but don't jump to the first error
1041 |:cexpr| :cex read errors from an expression
H A Dpopup.txt744 - "expr": if the cursor moved outside |<cexpr>|
H A Dtags1991 :<cexpr> cmdline.txt /*:<cexpr>*
2238 :cexpr quickfix.txt /*:cexpr*
3657 <cexpr> cmdline.txt /*<cexpr>*
H A Dautocmd.txt1000 |:lhelpgrep|, |:cexpr|, |:cgetexpr|,
H A Dindex.txt1226 |:cexpr| :cex[pr] read errors from expr and jump to first
H A Dversion8.txt6510 ":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 Deval.txt1788 highlighted text is used. Also see |<cexpr>|.
4673 <cexpr> C expression under the cursor
H A Dversion7.txt719 |: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 Dada.vim318 cexpr l:Error_List
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim1016 let expr = expand('<cexpr>')