summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3273: autocmd test failsv8.2.3273Bram Moolenaar2021-08-012-1/+3
* patch 8.2.3272: cannot use id zero with prop_find()v8.2.3272Bram Moolenaar2021-08-013-4/+12
* patch 8.2.3271: Vim9: cannot use :command or :au with block in :def functionv8.2.3271Bram Moolenaar2021-08-017-20/+98
* patch 8.2.3270: prop_find() finds property with ID -2v8.2.3270Bram Moolenaar2021-08-012-6/+9
* patch 8.2.3269: Vim9: wrong argument check for partialv8.2.3269Bram Moolenaar2021-08-014-24/+44
* patch 8.2.3268: cannot use a block with :autocmd like with :commandv8.2.3268Bram Moolenaar2021-08-0110-50/+100
* patch 8.2.3267: Vim9: crash when disassembling using deleted script variablev8.2.3267Bram Moolenaar2021-08-013-30/+94
* patch 8.2.3266: Vim9: assignment with two indexes may check next linev8.2.3266Bram Moolenaar2021-08-013-5/+19
* patch 8.2.3265: smartcase does not work correctly in very magic patternv8.2.3265Christian Brabandt2021-08-013-1/+66
* patch 8.2.3264: Vim9: assign test failsv8.2.3264Bram Moolenaar2021-08-012-2/+6
* patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operatorv8.2.3263Bram Moolenaar2021-07-314-7/+40
* patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is definedv8.2.3262Bram Moolenaar2021-07-312-2/+3
* patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is numberv8.2.3261Bram Moolenaar2021-07-313-4/+19
* patch 8.2.3260: build failure with small featuresv8.2.3260Bram Moolenaar2021-07-312-1/+3
* patch 8.2.3259: when 'indentexpr' causes an error did_throw may hangv8.2.3259Bram Moolenaar2021-07-314-61/+78
* patch 8.2.3258: error messages have the wrong textv8.2.3258Bram Moolenaar2021-07-314-37/+39
* patch 8.2.3257: calling prop_find() with -1 for ID gives errornous errorv8.2.3257Bram Moolenaar2021-07-313-0/+9
* patch 8.2.3256: executable test may fail on new Ubuntu systemv8.2.3256Bram Moolenaar2021-07-312-0/+5
* patch 8.2.3255: ci" finds following string but ci< and others don'tv8.2.3255Connor Lane Smith2021-07-314-5/+54
* patch 8.2.3254: win_gettype() does not recognize a quickfix windowv8.2.3254Yegappan Lakshmanan2021-07-315-5/+32
* patch 8.2.3253: channel test fails randomlyv8.2.3253Bram Moolenaar2021-07-303-5/+7
* patch 8.2.3252: duplicated code for adding buffer linesv8.2.3252Yegappan Lakshmanan2021-07-305-59/+53
* patch 8.2.3251: listing builtin_gui as an available terminal is confusingv8.2.3251Bram Moolenaar2021-07-303-1/+16
* patch 8.2.3250: MS-Windows: cannot build with libsodiumv8.2.3250Christian Brabandt2021-07-302-1/+3
* patch 8.2.3249: Vim9: error for re-imported function with default argumentv8.2.3249Bram Moolenaar2021-07-298-10/+26
* patch 8.2.3248: Vim9: error message for wrong input uses wrong line numberv8.2.3248Bram Moolenaar2021-07-293-0/+16
* patch 8.2.3247: using uninitialized memory when checking for crypt methodv8.2.3247Bram Moolenaar2021-07-292-5/+8
* patch 8.2.3246: memory use after freev8.2.3246Bram Moolenaar2021-07-292-1/+3
* patch 8.2.3245: the crypt key may appear in a swap partitionv8.2.3245Bram Moolenaar2021-07-297-13/+25
* patch 8.2.3244: Lua 5.3 print() with a long string crashesv8.2.3244Yegappan Lakshmanan2021-07-294-8/+34
* patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less usefulv8.2.3243msoyka-of-wharton2021-07-293-96/+34
* patch 8.2.3242: Vim9: valgrind reports leaks in builtin function testv8.2.3242Bram Moolenaar2021-07-282-2/+4
* patch 8.2.3241: Vim9: memory leak when function reports an errorv8.2.3241Bram Moolenaar2021-07-282-0/+5
* patch 8.2.3240: Lua print() does not work properlyv8.2.3240Bram Moolenaar2021-07-283-2/+5
* patch 8.2.3239: Vim9: no error using heredoc for a number variablev8.2.3239Bram Moolenaar2021-07-284-1/+22
* patch 8.2.3238: Vim9: error message does not indicate the locationv8.2.3238Bram Moolenaar2021-07-284-2/+10
* Update runtime filesBram Moolenaar2021-07-2833-353/+804
* patch 8.2.3237: when a builtin function gives an error processing continuesv8.2.3237Bram Moolenaar2021-07-283-1/+23
* patch 8.2.3236: mode() does not indicate using CTRL-O in Select modev8.2.3236zeertzjq2021-07-286-1/+22
* patch 8.2.3235: cannot use lambda in {} block in user commandv8.2.3235Bram Moolenaar2021-07-283-1/+10
* patch 8.2.3234: crash when printing long string with Luav8.2.3234Bram Moolenaar2021-07-283-2/+22
* patch 8.2.3233: prop_list() and prop_find() do not indicate the bufferv8.2.3233Martin Tournoij2021-07-284-61/+149
* patch 8.2.3232: system() does not work without a second argumentv8.2.3232Yegappan Lakshmanan2021-07-285-1/+21
* patch 8.2.3231: build failure with small featuresv8.2.3231Bram Moolenaar2021-07-272-0/+4
* patch 8.2.3230: Vim9: type error when function return type is not known yetv8.2.3230Bram Moolenaar2021-07-273-0/+15
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-2755-630/+1710
* patch 8.2.3228: cannot use a simple block for the :command argumentv8.2.3228Bram Moolenaar2021-07-276-14/+84
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-2617-41/+220
* patch 8.2.3226: new digraph functions use old naming schemev8.2.3226h-east2021-07-2610-189/+190
* patch 8.2.3225: incsearch highlighting is attempted halfway a mappingv8.2.3225Bram Moolenaar2021-07-262-1/+3