| /vim-8.2.3635/src/testdir/ |
| H A D | test_ruby.vim | 302 call assert_equal(123, rubyeval('Vim::evaluate("123")')) 303 " Vim::evaluate("123").class gives Integer or Fixnum depending 308 call assert_equal(1.23, rubyeval('Vim::evaluate("1.23")')) 312 call assert_equal('foo', rubyeval('Vim::evaluate("\"foo\"")')) 318 call assert_equal([1, 2], rubyeval('Vim::evaluate("[1, 2]")')) 321 call assert_equal({'1': 2}, rubyeval('Vim::evaluate("{1:2}")')) 324 call assert_equal(v:null, rubyeval('Vim::evaluate("v:null")')) 327 call assert_equal(v:null, rubyeval('Vim::evaluate("v:none")')) 330 call assert_equal(v:true, rubyeval('Vim::evaluate("v:true")')) 349 l = Vim.evaluate("l"); [all …]
|
| H A D | shared.vim | 125 " stringified expression to evaluate, or a funcref without arguments.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 370 nums = eval( VIM::evaluate( vimfun % name ) ) 405 nums = eval( VIM::evaluate( vimfun % nm ) ) 427 VIM::evaluate("s:GetRubyVarType('%s')" % receiver) 477 buf_path = VIM::evaluate('expand("%:p")') 478 file_name = VIM::evaluate('expand("%:t")') 479 vim_dir = VIM::evaluate('getcwd()') 529 rails_loaded = VIM::evaluate('s:rubycomplete_rails_loaded') 532 buf_path = VIM::evaluate('expand("%:p")') 604 buf_path = VIM::evaluate('expand("%:p")') 630 if VIM::evaluate("has('nvim')") == 0 [all …]
|
| /vim-8.2.3635/src/ |
| H A D | eval.c | 2013 funcexe.evaluate = evaluate; in eval_func() 2305 int evaluate; in eval1() local 2330 if (evaluate) in eval1() 2472 if (evaluate) in eval2() 2598 if (evaluate) in eval3() 2779 if (evaluate) in eval4() 2907 && evaluate) in eval5() 2943 if (evaluate) in eval5() 3140 if (evaluate) in eval6() 3172 if (evaluate) in eval6() [all …]
|
| H A D | typval.c | 1633 int evaluate) in eval_option() argument 1653 if (!evaluate) in eval_option() 1722 int evaluate, in eval_number() argument 1777 if (evaluate) in eval_number() 1791 if (evaluate) in eval_number() 1829 if (evaluate) in eval_number() 1843 eval_string(char_u **arg, typval_T *rettv, int evaluate) in eval_string() argument 1872 if (!evaluate) in eval_string() 2012 if (!evaluate) in eval_lit_string() 2065 eval_env_var(char_u **arg, typval_T *rettv, int evaluate) in eval_env_var() argument [all …]
|
| H A D | dict.c | 887 int evaluate = evalarg == NULL ? FALSE in eval_dict() local 914 if (evaluate) in eval_dict() 972 if (evaluate) in eval_dict() 999 if (evaluate) in eval_dict() 1003 if (evaluate) in eval_dict() 1064 if (evaluate) in eval_dict()
|
| H A D | userfunc.c | 1093 int evaluate = (evalarg->eval_flags & EVAL_EVALUATE); in lambda_function_body() local 1117 eap.skip = !evaluate; in lambda_function_body() 1195 if (!evaluate) in lambda_function_body() 1283 int evaluate = evalarg != NULL in get_lambda_tv() local 1325 if (evaluate) in get_lambda_tv() 1353 if (evaluate) in get_lambda_tv() 1399 if (evaluate) in get_lambda_tv() 3126 funcexe.evaluate = TRUE; in func_call() 3163 funcexe.evaluate = TRUE; in call_callback() 3306 if (error == FCERR_NONE && funcexe->evaluate) in call_func() [all …]
|
| H A D | list.c | 1487 int evaluate = evalarg == NULL ? FALSE in eval_list() local 1495 if (evaluate) in eval_list() 1507 if (evaluate) in eval_list() 1560 if (evaluate) in eval_list() 1566 if (evaluate) in eval_list() 1938 funcexe.evaluate = TRUE; in item_compare2() 3207 funcexe.evaluate = TRUE; in f_reduce()
|
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 59 int eval_option(char_u **arg, typval_T *rettv, int evaluate); 60 int eval_number(char_u **arg, typval_T *rettv, int evaluate, int want_string); 61 int eval_string(char_u **arg, typval_T *rettv, int evaluate); 62 int eval_lit_string(char_u **arg, typval_T *rettv, int evaluate); 64 int eval_env_var(char_u **arg, typval_T *rettv, int evaluate);
|
| H A D | eval.pro | 44 int check_can_index(typval_T *rettv, int evaluate, int verbose); 64 int get_name_len(char_u **arg, char_u **alias, int evaluate, int verbose);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cucumber.vim | 99 …d("return #{if (begin; Kernel.eval('/'+VIM.evaluate('pattern')+'/'); rescue SyntaxError; end) === …
|
| H A D | cobol.vim | 34 \ '-\@<!\<\%(search\|evaluate\)\>:\<\%(when\)\>:\<end-\%(search\|evaluate\)\>' .s:ordot . ',' .
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_ruby.txt | 131 *ruby-evaluate* 132 Vim::evaluate({expr}) 208 evaluate Ruby expressions and pass their values to Vim script.
|
| H A D | usr_41.txt | 641 eval() evaluate a string expression 986 remote_expr() evaluate an expression in a Vim server 1065 ch_evalexpr() evaluate an expression over channel 1066 ch_evalraw() evaluate a raw string over channel 1221 luaeval() evaluate |Lua| expression 1222 mzeval() evaluate |MzScheme| expression 1223 perleval() evaluate Perl expression (|+perl|) 1224 py3eval() evaluate Python expression (|+python3|) 1225 pyeval() evaluate Python expression (|+python|) 1226 pyxeval() evaluate |python_x| expression [all …]
|
| H A D | if_mzsch.txt | 255 evaluate MzScheme expressions and pass their values to Vim script.
|
| H A D | if_perl.txt | 186 {expr}; success=0 indicates a failure to evaluate
|
| H A D | eval.txt | 1490 evaluates to. Use |eval()| to evaluate it. 2547 any evaluate {expr} on JSON {handle} 2549 any evaluate {string} on raw {handle} 2829 perleval({expr}) any evaluate |Perl| expression 2881 pyeval({expr}) any evaluate |Python| expression 2920 rubyeval({expr}) any evaluate |Ruby| expression 3340 {expr} must evaluate to a |Float| or a |Number|. 3678 {expr} must evaluate to a |Float| or a |Number|. 4047 {expr} must evaluate to a |Float| or a |Number|. 4063 {expr} must evaluate to a |Float| or a |Number|. [all …]
|
| H A D | testing.txt | 268 {expr} must evaluate to a number. When the value is zero the
|
| H A D | vim.man | 322 Connect to a Vim server, evaluate {expr} in it and print
|
| H A D | terminal.txt | 1337 `:Evaluate` evaluate the expression under the cursor 1339 `:Evaluate` {expr} evaluate {expr} 1340 `:'<,'>Evaluate` evaluate the Visually selected text
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | README.txt | 36 You normally set 'indentexpr' to evaluate a function and then define that
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ppwiz.vim | 32 " define, evaluate etc.
|
| H A D | sqr.vim | 82 syn keyword sqrCommand end-evaluate end-if end-while evaluate
|
| H A D | pov.vim | 36 syn keyword povDescriptors b_spline bezier_spline cubic_spline evaluate face_indices form linear_sp…
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 999 call s:SendCommand('-data-evaluate-expression "' . expr . '"') 1003 " :Evaluate - evaluate what is under the cursor 1025 " Handle the result of data-evaluate-expression 1056 " Only evaluate when stopped, otherwise setting a breakpoint using the
|