summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3164: MS-Windows: reported version lacks patchlevelv8.2.3164Bram Moolenaar2021-07-152-1/+6
* patch 8.2.3163: location list window may open a wrong filev8.2.3163Wei-Chung Wen2021-07-153-0/+36
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-1521-268/+779
* patch 8.2.3161: Vim9: no error when reltime() has invalid argumentsv8.2.3161Bram Moolenaar2021-07-143-0/+27
* patch 8.2.3160: 'breakindent' does not work well for bulleted listsv8.2.3160Christian Brabandt2021-07-144-0/+96
* patch 8.2.3159: cursor displayed in wrong position after deleting linev8.2.3159Bram Moolenaar2021-07-132-3/+8
* patch 8.2.3158: strange error message when using islocked() with a numberv8.2.3158Bram Moolenaar2021-07-133-1/+11
* patch 8.2.3157: crypt test may fail on MS-Windowsv8.2.3157Christian Brabandt2021-07-132-2/+4
* patch 8.2.3156: Vim9: term_getansicolors() test fails without +termguicolorsv8.2.3156Dominique Pelle2021-07-122-0/+3
* patch 8.2.3155: some option related code not covered by testsv8.2.3155Dominique Pelle2021-07-123-0/+65
* patch 8.2.3154: Vim9: some type checks for builtin functions failv8.2.3154Yegappan Lakshmanan2021-07-113-3/+21
* patch 8.2.3153: URLs with a dash in the scheme are not recognizedv8.2.3153Tsuyoshi CHO2021-07-113-3/+49
* patch 8.2.3152: Vim9: accessing "s:" results in an errorv8.2.3152Bram Moolenaar2021-07-113-1/+11
* patch 8.2.3151: Vim9: profiling fails if nested function is also profiledv8.2.3151Bram Moolenaar2021-07-113-5/+30
* patch 8.2.3150: Vim9: argument types are not checked at compile timev8.2.3150Yegappan Lakshmanan2021-07-114-21/+118
* patch 8.2.3149: some plugins have a problem with the error checkv8.2.3149Bram Moolenaar2021-07-115-4/+52
* patch 8.2.3148: Vim9: function arg type check does not handle base offsetv8.2.3148Bram Moolenaar2021-07-114-1/+17
* patch 8.2.3147: Vim9: profiling does not work with a nested functionv8.2.3147Bram Moolenaar2021-07-114-15/+34
* patch 8.2.3146: Vim9: line number wrong for :execute argumentv8.2.3146Bram Moolenaar2021-07-113-0/+16
* patch 8.2.3145: Vim9: profile test fails without profile featurev8.2.3145Bram Moolenaar2021-07-112-0/+4
* patch 8.2.3144: Vim9: no error when using an invalid value for a line numberv8.2.3144Bram Moolenaar2021-07-114-2/+27
* patch 8.2.3143: Vim9: wrong context if lambda called from profiled functionv8.2.3143Bram Moolenaar2021-07-113-0/+20
* patch 8.2.3142: Vim9: type check for has_key() argument is too strictv8.2.3142Bram Moolenaar2021-07-113-1/+10
* patch 8.2.3141: no error when using :complete for :command without -nargsv8.2.3141Martin Tournoij2021-07-114-27/+23
* patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUIv8.2.3140Bram Moolenaar2021-07-102-3/+5
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-1020-1627/+1671
* patch 8.2.3138: debugger test failsv8.2.3138Bram Moolenaar2021-07-102-7/+9
* patch 8.2.3137: Vim9: no error when a line only has a variable namev8.2.3137Bram Moolenaar2021-07-107-15/+76
* patch 8.2.3136: no test for E187 and "No swap file"v8.2.3136Dominique Pelle2021-07-103-0/+22
* patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan2021-07-1012-186/+563
* patch 8.2.3134: crash when using typename() on a function referencev8.2.3134Bram Moolenaar2021-07-093-1/+9
* patch 8.2.3133: Vim9: memory leak when add() failsv8.2.3133Bram Moolenaar2021-07-092-1/+4
* patch 8.2.3132: compiler warns for size_t to colnr_T conversion.v8.2.3132Bram Moolenaar2021-07-092-1/+3
* patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUIv8.2.3131Bram Moolenaar2021-07-082-0/+8
* patch 8.2.3130: Vim9: import test failsv8.2.3130Bram Moolenaar2021-07-082-3/+5
* patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129Bram Moolenaar2021-07-087-20/+29
* patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar2021-07-087-9/+38
* patch 8.2.3127: Vim9: no error when adding number to list of stringv8.2.3127Bram Moolenaar2021-07-083-1/+13
* patch 8.2.3126: Vim9: for loop error reports wrong line numberv8.2.3126Bram Moolenaar2021-07-083-0/+8
* patch 8.2.3125: variables are set but not usedv8.2.3125=?UTF-8?q?Dundar=20G=C3=B6c?=2021-07-082-5/+7
* patch 8.2.3124: Vim9: no error for white space between option and "=9"v8.2.3124Bram Moolenaar2021-07-083-1/+57
* patch 8.2.3123: Vim9: confusing error when using white space after optionv8.2.3123Bram Moolenaar2021-07-084-7/+25
* patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow windowv8.2.3122Bram Moolenaar2021-07-085-1/+33
* patch 8.2.3121: 'listchars' "exceeds" character appears in foldcolumnv8.2.3121Bram Moolenaar2021-07-088-1/+87
* patch 8.2.3120: crypt with sodium test fails on MS-Windowsv8.2.3120Bram Moolenaar2021-07-082-2/+7
* patch 8.2.3119: compiler warning for unused argumentv8.2.3119Bram Moolenaar2021-07-072-1/+3
* patch 8.2.3118: Vim9: "any" type not handled correctly in for loopv8.2.3118Bram Moolenaar2021-07-073-1/+9
* patch 8.2.3117: Vim9: type not properly checked in for loopv8.2.3117Bram Moolenaar2021-07-075-3/+23
* Update runtime filesBram Moolenaar2021-07-071-47/+93
* patch 8.2.3116: Vim9: crash when debugging a function with line continuationv8.2.3116Bram Moolenaar2021-07-073-2/+19