summaryrefslogtreecommitdiffstats
path: root/src/version.c
AgeCommit message (Expand)Author
2021-08-16patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan
2021-08-16patch 8.2.3355: MS-Windows: compiler warning for 64-32 bit conversionv8.2.3355Bram Moolenaar
2021-08-15patch 8.2.3354: build failure with +byte_offset but without +textpropv8.2.3354Bram Moolenaar
2021-08-15patch 8.2.3353: Vim9: type of argument for negate not checked at compile timev8.2.3353Bram Moolenaar
2021-08-15patch 8.2.3352: Vim9: error for nested :enddef has wrong line numberv8.2.3352Bram Moolenaar
2021-08-15patch 8.2.3351: Vim9: using a function by name may delete itv8.2.3351Bram Moolenaar
2021-08-15patch 8.2.3350: text properties test fails on MS-Windowsv8.2.3350Bram Moolenaar
2021-08-15patch 8.2.3349: eval test for scriptversion failsv8.2.3349Bram Moolenaar
2021-08-15patch 8.2.3348: line2byte() returns wrong value after adding textpropv8.2.3348Bram Moolenaar
2021-08-15patch 8.2.3347: check for legacy script is incompletev8.2.3347Bram Moolenaar
2021-08-14patch 8.2.3346: Vim9: no error for using "." for concatenation after ":vim9cmd"v8.2.3346Bram Moolenaar
2021-08-14patch 8.2.3345: some code not covered by testsv8.2.3345Dominique Pelle
2021-08-14patch 8.2.3344: vimscript test failsv8.2.3344Bram Moolenaar
2021-08-14patch 8.2.3343: Vim9: autoload test failsv8.2.3343Bram Moolenaar
2021-08-14patch 8.2.3342: test for :let errors failsv8.2.3342Bram Moolenaar
2021-08-14patch 8.2.3341: Vim9: function call aborted despite try/catchv8.2.3341Bram Moolenaar
2021-08-13patch 8.2.3340: accessing uninitialized pointerv8.2.3340Bram Moolenaar
2021-08-13patch 8.2.3339: Vim9: cannot lock a member in a local dictv8.2.3339Bram Moolenaar
2021-08-13patch 8.2.3338: Vim9: no type check when assigning a list rangev8.2.3338Bram Moolenaar
2021-08-13patch 8.2.3337: completing "call g:" returns entries with just "g:"v8.2.3337Bram Moolenaar
2021-08-12patch 8.2.3336: behavior of negative index in list change changedv8.2.3336Bram Moolenaar
2021-08-12patch 8.2.3335: Vim9: not enough tests run with Vim9v8.2.3335Bram Moolenaar
2021-08-12patch 8.2.3334: Vim9: not enough tests run with Vim9v8.2.3334Bram Moolenaar
2021-08-12patch 8.2.3333: Vim9: not enough tests run with Vim9v8.2.3333Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-08-11patch 8.2.3331: Coverity warns for using value without boundary checkv8.2.3331Bram Moolenaar
2021-08-11patch 8.2.3330: Coverity reports using uninitialized fieldv8.2.3330Bram Moolenaar
2021-08-11patch 8.2.3329: v_lock not set when getting value of environment variablev8.2.3329Bram Moolenaar
2021-08-11patch 8.2.3328: Coverity error for not checking return valuev8.2.3328Bram Moolenaar
2021-08-11patch 8.2.3327: no check for sysconf() failingv8.2.3327Zdenek Dohnal
2021-08-10patch 8.2.3326: Vim9: no error passing an empty list of the wrong typev8.2.3326Bram Moolenaar
2021-08-10patch 8.2.3325: digraph test fails when LC_ALL is set to "C"v8.2.3325Bram Moolenaar
2021-08-10patch 8.2.3324: Vim9: Cannot use :silent with :endwhilev8.2.3324Bram Moolenaar
2021-08-10patch 8.2.3323: Vim9: Cannot use :silent with :endwhilev8.2.3323Bram Moolenaar
2021-08-09patch 8.2.3322: Vim9: checking type of dict does not check member typev8.2.3322Bram Moolenaar
2021-08-09patch 8.2.3321: some code is not testedv8.2.3321Dominique Pelle
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-08-09patch 8.2.3319: Coverity action on github does not workv8.2.3319James McCoy
2021-08-08patch 8.2.3318: Vim9: cannot ignore quotes in number at the command linev8.2.3318Bram Moolenaar
2021-08-08patch 8.2.3317: Vim9: No error for missing white space before return typev8.2.3317Bram Moolenaar
2021-08-08patch 8.2.3316: float test failsv8.2.3316Bram Moolenaar
2021-08-08patch 8.2.3315: cannot use single quote in a float number for readabilityv8.2.3315Bram Moolenaar
2021-08-08patch 8.2.3314: behavior of exists() in a :def function is unpredictablev8.2.3314Bram Moolenaar
2021-08-07patch 8.2.3313: unused code in win_exchange() and frame_remove()v8.2.3313gmntroll
2021-08-07patch 8.2.3312: Vim9: after "if false" line breaks in expression not skippedv8.2.3312Bram Moolenaar
2021-08-07patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slowv8.2.3311Bram Moolenaar
2021-08-07patch 8.2.3310: Vim9: unpack assignment does not mention source of type errorv8.2.3310Bram Moolenaar
2021-08-07patch 8.2.3309: Vim9: divide by zero causes a crashv8.2.3309Bram Moolenaar
2021-08-07patch 8.2.3308: Vim9: no runtime check for argument type with varargs onlyv8.2.3308Bram Moolenaar
2021-08-07patch 8.2.3307: Vim9: :echoconsole cannot access local variablesv8.2.3307Bram Moolenaar