summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3283: Julia filetype is not recognizedv8.2.3283Christian Clason2021-08-043-0/+7
* patch 8.2.3282: Vim9: error about using -complete without -nargs is confusingv8.2.3282Bram Moolenaar2021-08-043-4/+7
* patch 8.2.3281: Vim9: TODO items in tests can be taken care ofv8.2.3281Bram Moolenaar2021-08-034-21/+8
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-0310-37/+56
* patch 8.2.3279: Vim9: cannot use block in cmdline windowv8.2.3279Bram Moolenaar2021-08-023-2/+17
* patch 8.2.3278: Vim9: error when adding 1 to floatv8.2.3278Bram Moolenaar2021-08-023-1/+10
* patch 8.2.3277: Vim9: compiled has() does not work properlyv8.2.3277Bram Moolenaar2021-08-022-4/+7
* patch 8.2.3276: Vim9: exists() can only be evaluated at runtimev8.2.3276Bram Moolenaar2021-08-025-6/+34
* patch 8.2.3275: optimizer can use hints about ga_grow() normally succeedingv8.2.3275Bram Moolenaar2021-08-025-61/+64
* patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar2021-08-0211-67/+38
* 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