summaryrefslogtreecommitdiff
path: root/src/vim9execute.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5006: asan warns for undefined behaviorv8.2.5006Bram Moolenaar2022-05-221-1/+1
* patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar2022-05-221-6/+1
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-221-0/+28
* patch 8.2.4995: still a compiler warning for possibly uninitialized variablev8.2.4995Bram Moolenaar2022-05-211-2/+2
* patch 8.2.4992: compiler warning for possibly uninitialized variablev8.2.4992Bram Moolenaar2022-05-211-1/+1
* patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989Bram Moolenaar2022-05-211-42/+2
* patch 8.2.4976: Coverity complains about not restoring a saved valuev8.2.4976Bram Moolenaar2022-05-181-3/+4
* patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar2022-05-171-3/+7
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-8/+8
* patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy2022-05-051-0/+4
* patch 8.2.4836: Vim9: some lines not covered by testsv8.2.4836Bram Moolenaar2022-04-281-16/+4
* patch 8.2.4835: Vim9: some lines not covered by testsv8.2.4835Bram Moolenaar2022-04-271-1/+1
* patch 8.2.4834: Vim9: some lines not covered by testsv8.2.4834Bram Moolenaar2022-04-271-58/+33
* patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy2022-04-251-15/+51
* patch 8.2.4754: using cached values after unsetting some environment variablesv8.2.4754LemonBoy2022-04-151-1/+2
* patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar2022-04-141-11/+27
* patch 8.2.4698: Vim9: script variable has no flag that it was setv8.2.4698Bram Moolenaar2022-04-051-3/+4
* patch 8.2.4697: Vim9: crash when adding a duplicate key to a dictionaryv8.2.4697Bram Moolenaar2022-04-051-2/+4
* patch 8.2.4680: build failure without +postscriptv8.2.4680Bram Moolenaar2022-04-031-1/+1
* patch 8.2.4678: Vim9: not all code is testedv8.2.4678Bram Moolenaar2022-04-031-0/+3
* patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar2022-04-011-1/+1
* patch 8.2.4657: errors for functions are sometimes hard to readv8.2.4657Bram Moolenaar2022-03-311-11/+8
* patch 8.2.4652: leaking memory if assignment failsv8.2.4652Bram Moolenaar2022-03-311-0/+2
* patch 8.2.4650: "import autoload" only works with using 'runtimepath'v8.2.4650Bram Moolenaar2022-03-301-15/+94
* patch 8.2.4643: Vim9: variable may be locked unintentionallyv8.2.4643Bram Moolenaar2022-03-281-0/+1
* patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar2022-03-281-5/+7
* patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar2022-03-271-55/+86
* patch 8.2.4602: Vim9: not enough test coverage for executing :def functionv8.2.4602Bram Moolenaar2022-03-201-22/+8
* patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar2022-03-201-8/+3
* patch 8.2.4590: Vim9: range type check has wrong offsetv8.2.4590Bram Moolenaar2022-03-181-60/+35
* patch 8.2.4587: Vim9: double free after unpacking a listv8.2.4587Bram Moolenaar2022-03-181-1/+4
* patch 8.2.4575: Vim9: test for profiling still failsv8.2.4575Bram Moolenaar2022-03-151-12/+8
* patch 8.2.4573: a nested function is compiled for debugging without contextv8.2.4573Bram Moolenaar2022-03-151-1/+1
* patch 8.2.4541: Crash in debugger when a variable is not availablev8.2.4541Bram Moolenaar2022-03-101-1/+4
* patch 8.2.4534: Vim9: "is" operator with empty string and null returns truev8.2.4534Bram Moolenaar2022-03-101-3/+2
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-081-0/+14
* patch 8.2.4487: Vim9: cannot compare with v:nullv8.2.4487Bram Moolenaar2022-03-011-0/+21
* patch 8.2.4484: Vim9: some error messages are not testedv8.2.4484Bram Moolenaar2022-02-281-5/+3
* patch 8.2.4446: Vim9: cannot refer to a global function like a local onev8.2.4446Bram Moolenaar2022-02-221-5/+22
* patch 8.2.4413: Vim9: Coverity warns for using NULL pointerv8.2.4413Bram Moolenaar2022-02-181-0/+6
* patch 8.2.4410: Vim9: some code not covered by testsv8.2.4410Bram Moolenaar2022-02-171-32/+4
* patch 8.2.4409: Vim9: some code not covered by testsv8.2.4409Bram Moolenaar2022-02-171-4/+8
* patch 8.2.4408: Vim9: some code not covered by testsv8.2.4408Bram Moolenaar2022-02-171-8/+16
* patch 8.2.4407: Vim9: some code not covered by testsv8.2.4407Bram Moolenaar2022-02-171-99/+95
* patch 8.2.4404: Vim9: some code not covered by testsv8.2.4404Bram Moolenaar2022-02-161-0/+10
* patch 8.2.4358: Vim9: line number of exception is not setv8.2.4358Bram Moolenaar2022-02-121-0/+1
* patch 8.2.4322: Vim9: crash when using funcref with closurev8.2.4322Bram Moolenaar2022-02-071-4/+23
* patch 8.2.4319: :put does not work properly in compiled functionv8.2.4319Bram Moolenaar2022-02-071-1/+6
* patch 8.2.4309: Vim9: crash when using a partial in the wrong contextv8.2.4309Bram Moolenaar2022-02-061-5/+9
* patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar2022-02-021-16/+3