summaryrefslogtreecommitdiff
path: root/src/vim9compile.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0920: cannot find an import prefixed with "s:"v9.0.0920Bram Moolenaar2022-11-221-3/+5
* patch 9.0.0811: error if :echowin is preceded by a command modifierv9.0.0811Bram Moolenaar2022-10-211-2/+3
* patch 9.0.0742: reading past end of the line when compiling a functionv9.0.0742Bram Moolenaar2022-10-131-5/+18
* patch 9.0.0724: closure in compiled function gets same variable in blockv9.0.0724Bram Moolenaar2022-10-111-1/+2
* patch 9.0.0689: compiler warning for unused functionv9.0.0689Bram Moolenaar2022-10-071-0/+2
* patch 9.0.0684: skipped :exe command fails compilation on MS-Windowsv9.0.0684Bram Moolenaar2022-10-071-1/+3
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-071-4/+37
* patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar2022-09-301-6/+11
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-291-5/+36
* patch 9.0.0503: build failurev9.0.0503Bram Moolenaar2022-09-191-4/+5
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-4/+0
* patch 9.0.0481: in :def function all closures in loop get the same variablesv9.0.0481Bram Moolenaar2022-09-161-2/+4
* patch 9.0.0470: in :def function all closures in loop get the same variablesv9.0.0470Bram Moolenaar2022-09-151-0/+6
* patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar2022-09-141-0/+20
* patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar2022-09-031-1/+6
* patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan2022-09-031-2/+2
* patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar2022-09-011-3/+6
* patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar2022-08-241-2/+6
* patch 9.0.0224: Using NULL pointer when skipping compiled codev9.0.0224Bram Moolenaar2022-08-171-4/+10
* patch 9.0.0221: accessing freed memory if compiling nested function failsv9.0.0221Bram Moolenaar2022-08-161-2/+5
* patch 9.0.0174: no error for using "#{ comment" in a compiled functionv9.0.0174Bram Moolenaar2022-08-081-1/+3
* patch 9.0.0079: error in autoload script not reported for 'foldexpr'v9.0.0079Bram Moolenaar2022-07-261-1/+9
* patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar2022-05-261-1/+3
* patch 8.2.5018: Vim9: some code is not covered by testsv8.2.5018Bram Moolenaar2022-05-251-1/+1
* patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar2022-05-171-1/+2
* patch 8.2.4940: some code is never usedv8.2.4940Bram Moolenaar2022-05-121-1/+1
* patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar2022-05-101-19/+33
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-1/+1
* patch 8.2.4914: string interpolation in :def function may failv8.2.4914Bram Moolenaar2022-05-081-4/+0
* patch 8.2.4898: Coverity complains about pointer usagev8.2.4898Bram Moolenaar2022-05-071-14/+17
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-55/+78
* patch 8.2.4871: Vim9: in :def function no error for misplaced rangev8.2.4871Bram Moolenaar2022-05-051-0/+5
* patch 8.2.4863: accessing freed memory in test without the +channel featurev8.2.4863Bram Moolenaar2022-05-041-10/+14
* patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy2022-04-251-7/+8
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-211-12/+79
* patch 8.2.4666: Vim9: assignment not recognized in skipped blockv8.2.4666Bram Moolenaar2022-04-021-25/+37
* patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar2022-03-271-3/+3
* patch 8.2.4612: Vim9: cannot use a recursive call in a nested functionv8.2.4612Bram Moolenaar2022-03-231-18/+25
* patch 8.2.4602: Vim9: not enough test coverage for executing :def functionv8.2.4602Bram Moolenaar2022-03-201-2/+2
* patch 8.2.4590: Vim9: range type check has wrong offsetv8.2.4590Bram Moolenaar2022-03-181-1/+1
* patch 8.2.4589: cannot index the g: dictionaryv8.2.4589Bram Moolenaar2022-03-181-4/+11
* patch 8.2.4575: Vim9: test for profiling still failsv8.2.4575Bram Moolenaar2022-03-151-2/+25
* patch 8.2.4573: a nested function is compiled for debugging without contextv8.2.4573Bram Moolenaar2022-03-151-0/+8
* patch 8.2.4556: test fails without the +job or +channel featurev8.2.4556Bram Moolenaar2022-03-131-1/+3
* patch 8.2.4539: when comparing special v:none and v:null are handled the samev8.2.4539Bram Moolenaar2022-03-101-1/+1
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-081-1/+5
* patch 8.2.4510: Vim9: shortening commands leads to confusing scriptv8.2.4510Bram Moolenaar2022-03-051-7/+0
* patch 8.2.4509: Vim9: can declare a variable with ":va"v8.2.4509Bram Moolenaar2022-03-051-1/+8
* patch 8.2.4460: Vim9: wrong error for defining dict functionv8.2.4460Bram Moolenaar2022-02-231-1/+5
* patch 8.2.4447: Vim9: can still use s:var in a compiled functionv8.2.4447Bram Moolenaar2022-02-221-0/+6